Changeset 722 for library/tests/tutorial

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

Location:
library/tests/tutorial
Files:
2 modified

Legend:

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

    r682 r722  
    99        ARX Ar; 
    1010        Ar.set_statistics ( 1, V0 ); //nu is default (set to have finite moments) 
    11         Ar.set_constant(true); 
     11        Ar.set_constant ( true ); 
    1212        Ar.validate(); 
    1313        // forgetting is default: 1.0 
  • 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