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/epdf_harness.h

    r706 r722  
    6969 
    7070        // assumes marginal_rv is valid 
    71         void check_cond_mean( mprod &mep ); 
     71        void check_cond_mean ( mprod &mep ); 
    7272 
    7373        // assumes marginal_rv and R are valid 
    74         void check_cond_covariance( mprod &mep ); 
     74        void check_cond_covariance ( mprod &mep ); 
    7575}; 
    76 UIREGISTER(epdf_harness); 
     76UIREGISTER ( epdf_harness ); 
    7777 
    7878}