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/stresssuite/kalman_QR_stress.cpp

    r721 r722  
    7070        KF_QR.set_parameters ( &evolQR, &evolQR, 100 ); 
    7171        evolQR.condition ( "1 1 1" ); 
    72         egamma kfinit=egamma("10 10 10","1 1 1"); 
    73         KF_QR.set_statistics ( egamma("10 10 10","1 1 1"), &KF ); 
     72        egamma kfinit = egamma ( "10 10 10", "1 1 1" ); 
     73        KF_QR.set_statistics ( egamma ( "10 10 10", "1 1 1" ), &KF ); 
    7474        const epdf& mpost = KF_QR.posterior(); 
    7575        const epdf& mposttr = KFtr.posterior();