root/applications/robust/main.cpp
@
1198
Revision 1186, 206 bytes (checked in by sindj, 14 years ago) |
---|
Line | |
---|---|
1 | |
2 | /*! |
3 | \file |
4 | \brief Robust |
5 | \author Vasek Smidl |
6 | |
7 | */ |
8 | |
9 | #include "robustlib.h" |
10 | |
11 | //using namespace bdm; |
12 | |
13 | int main ( int argc, char* argv[] ) { |
14 | |
15 | emlig* emlig1 = new emlig(10); |
16 | |
17 | return 0; |
18 | } |
Note: See TracBrowser
for help on using the browser.