Show
Ignore:
Timestamp:
08/28/09 09:06:54 (15 years ago)
Author:
smidl
Message:

win32 compilation fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/LQG_test.cpp

    r586 r588  
    1414 
    1515        reg.redesign(); 
    16         CHECK_CLOSE(reg.apply("0.5, 1.1","0.0")(0) /*convert vec to double*/, -0.248528137234392, 0.0001); 
     16        double reg_apply=reg.apply("0.5, 1.1","0.0")(0); /*convert vec to double*/ 
     17        CHECK_CLOSE(reg_apply, -0.248528137234392, 0.0001); 
    1718} 
    1819