Changeset 696 for library/tests/LQG_test.cpp
- Timestamp:
- 11/03/09 00:03:27 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/LQG_test.cpp
r689 r696 14 14 15 15 reg.redesign(); 16 double reg_apply=reg. apply("0.5, 1.1","0.0")(0); /*convert vec to double*/16 double reg_apply=reg.ctrlaction("0.5, 1.1","0.0")(0); /*convert vec to double*/ 17 17 CHECK_CLOSE(reg_apply, -0.248528137234392, 0.0001); 18 18 }