From 94c70dd7bced2b920cbb1800ea98f54c18bcbb0a Mon Sep 17 00:00:00 2001 From: dellaert Date: Sun, 1 Mar 2015 15:43:53 +0100 Subject: [PATCH] Now a function --- gtsam/geometry/tests/testPinholeSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/geometry/tests/testPinholeSet.cpp b/gtsam/geometry/tests/testPinholeSet.cpp index 5de2b5f4d..1e5426f33 100644 --- a/gtsam/geometry/tests/testPinholeSet.cpp +++ b/gtsam/geometry/tests/testPinholeSet.cpp @@ -129,7 +129,7 @@ TEST(PinholeSet, Pinhole) { // Instantiate triangulateSafe TriangulationParameters params; TriangulationResult actual = set.triangulateSafe(z,params); - CHECK(actual.degenerate); + CHECK(actual.degenerate()); } /* ************************************************************************* */