Show
Ignore:
Timestamp:
10/03/10 15:26:26 (14 years ago)
Author:
sindj
Message:

Dodelavky mergovani a splitovani - zatim nedokonceno. JS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/robust/main.cpp

    r1186 r1208  
    88 
    99#include "robustlib.h" 
     10using namespace itpp; 
    1011 
    1112//using namespace bdm; 
     
    1314int main ( int argc, char* argv[] ) { 
    1415         
    15         emlig* emlig1 = new emlig(10); 
     16        emlig* emlig1 = new emlig(3); 
     17 
     18        vec condition = "3.0 -5.0 3.0 2.0";      
     19 
     20        emlig1->add_condition(condition); 
    1621 
    1722        return 0;