Show
Ignore:
Timestamp:
06/09/10 14:00:40 (14 years ago)
Author:
mido
Message:

astyle applied all over the library

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/testsuite/randun_test.cpp

    r738 r1064  
    66 
    77TEST ( randun_test ) { 
    8         // matlab output obtained by 
    9         // >>clear all 
    10         // >>randun(10); 
    11         vec matlab_out = " 0.695964974209650, 0.083321541586575, 0.385149445564090, 0.206731595660901, 0.537928272754852, 0.960480190795139, 0.790566693893898, 0.054424274738144, 0.708785523990535, 0.558301708920999"; 
     8    // matlab output obtained by 
     9    // >>clear all 
     10    // >>randun(10); 
     11    vec matlab_out = " 0.695964974209650, 0.083321541586575, 0.385149445564090, 0.206731595660901, 0.537928272754852, 0.960480190795139, 0.790566693893898, 0.054424274738144, 0.708785523990535, 0.558301708920999"; 
    1212 
    13         //ASSUMING randun was not used yet! 
    14         vec x = randun ( 10 ); 
    15         CHECK_CLOSE ( matlab_out, x, 1e-6 ); 
     13    //ASSUMING randun was not used yet! 
     14    vec x = randun ( 10 ); 
     15    CHECK_CLOSE ( matlab_out, x, 1e-6 ); 
    1616} 
    1717