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/particle_stress.cpp

    r717 r721  
    1  
    21#include <estim/particles.h> 
    32#include <math/square_mat.h> 
    43#include "stat/exp_family.h" 
     4#include "../mat_checks.h" 
    55 
    66using namespace bdm; 
     
    1010using std::endl; 
    1111 
    12 int main() { 
    13  
     12TEST ( particle_stress ) { 
    1413        RV x ( "1" ); 
    1514        RV xm = x; 
     
    4140 
    4241        cout << ind << endl; 
    43  
    44         //Exit program: 
    45         return 0; 
    46  
    4742}