Show
Ignore:
Timestamp:
11/13/09 16:11:31 (15 years ago)
Author:
mido
Message:

astyler run over all test sources
general_suite added
cleanup of \test directory finished

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/tutorial/kalman_simple.cpp

    r679 r722  
    2323        // Estimation loop 
    2424        for ( int i = 0; i < 100; i++ ) { 
    25                 KF.bayes ( randn ( dy), randn( du ) ); 
     25                KF.bayes ( randn ( dy ), randn ( du ) ); 
    2626        } 
    2727        //print results