Show
Ignore:
Timestamp:
07/24/09 13:57:16 (15 years ago)
Author:
vbarta
Message:

moved enorm tests to testsuite

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/square_mat_test.cpp

    r427 r428  
    1212{ 
    1313 
    14 void CheckClose(TestResults &results, const itpp::mat &expected, 
    15                 const itpp::mat &actual, double tolerance, 
    16                 TestDetails const& details) { 
     14inline void CheckClose(TestResults &results, const itpp::mat &expected, 
     15                       const itpp::mat &actual, double tolerance, 
     16                       TestDetails const& details) { 
    1717    if (!AreClose(expected, actual, tolerance)) {  
    1818        MemoryOutStream stream;