root/applications/robust/main.cpp
@
1214
Revision 1213, 305 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 | using namespace itpp; |
11 | |
12 | using namespace bdm; |
13 | |
14 | int main ( int argc, char* argv[] ) { |
15 | |
16 | emlig* emlig1 = new emlig(3); |
17 | |
18 | vec condition = "3.0 -5.0 3.0 2.0"; |
19 | |
20 | emlig1->add_condition(condition); |
21 | |
22 | return 0; |
23 | } |
Note: See TracBrowser
for help on using the browser.