From 9f765c749652183d33b8ebf3210702bdce17b4bd Mon Sep 17 00:00:00 2001 From: HannesSommer Date: Sun, 9 Nov 2014 10:27:23 +0100 Subject: [PATCH] micro cleanup --- tests/testManifold.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testManifold.cpp b/tests/testManifold.cpp index b7ebfc4c8..c9451c6de 100644 --- a/tests/testManifold.cpp +++ b/tests/testManifold.cpp @@ -109,7 +109,7 @@ TEST(Manifold, _zero) { EXPECT(assert_equal(cal, traits::zero::value())); EXPECT(assert_equal(Camera(Pose3(), cal), traits::zero::value())); EXPECT(assert_equal(Point2(), traits::zero::value())); - EXPECT(assert_equal(Matrix(Matrix24::Zero().eval()), Matrix(traits::zero::value()))); + EXPECT(assert_equal(Matrix(Matrix24::Zero()), Matrix(traits::zero::value()))); EXPECT_DOUBLES_EQUAL(0.0, traits::zero::value(), 0.0); }