Fixed a typo that disabled the testTriangulation tests.

release/4.3a0
Richard Roberts 2014-02-23 18:50:58 -05:00
parent ac186a0ae4
commit 485b3b475a
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ TEST( triangulation, twoIdenticalPoses) {
CHECK_EXCEPTION(triangulatePoint3(poses, measurements, *sharedCal),
TriangulationUnderconstrainedException);
}
*/
/* ************************************************************************* */
int main() {