Removed spurious print statement
parent
0e46b02374
commit
5fa1b4b00e
|
@ -50,7 +50,6 @@ TEST( LieMatrix, other_constructors ) {
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
TEST(LieMatrix, retract) {
|
TEST(LieMatrix, retract) {
|
||||||
LieMatrix init(2,2, 1.0,2.0,3.0,4.0);
|
LieMatrix init(2,2, 1.0,2.0,3.0,4.0);
|
||||||
init.print("init: ");
|
|
||||||
Vector update = Vector_(4, 3.0, 4.0, 6.0, 7.0);
|
Vector update = Vector_(4, 3.0, 4.0, 6.0, 7.0);
|
||||||
|
|
||||||
LieMatrix expected(2,2, 4.0, 6.0, 9.0, 11.0);
|
LieMatrix expected(2,2, 4.0, 6.0, 9.0, 11.0);
|
||||||
|
|
Loading…
Reference in New Issue