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

stresssuite - halfway point

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • library/tests/stresssuite/resample_stress.cpp

    r717 r721  
    1  
     1#include "../mat_checks.h" 
    22#include "estim/particles.h" 
    33#include "math/square_mat.h" 
     
    1010using std::endl; 
    1111 
    12 int main() { 
     12TEST ( resample_stress ) { 
    1313 
    1414        RV x ( "1" ); 
     
    4141 
    4242        cout << ind << endl; 
    43  
    44         //Exit program: 
    45         return 0; 
    46  
    4743}