Changeset 588 for library/tests
- Timestamp:
- 08/28/09 09:06:54 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/LQG_test.cpp
r586 r588 14 14 15 15 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); 17 18 } 18 19