Now a function

release/4.3a0
dellaert 2015-03-01 15:43:53 +01:00
parent e30919bc27
commit 94c70dd7bc
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ TEST(PinholeSet, Pinhole) {
// Instantiate triangulateSafe
TriangulationParameters params;
TriangulationResult actual = set.triangulateSafe(z,params);
CHECK(actual.degenerate);
CHECK(actual.degenerate());
}
/* ************************************************************************* */