diff --git a/gtsam/geometry/tests/testCameraSet.cpp b/gtsam/geometry/tests/testCameraSet.cpp index 9118c8899..e583c0e80 100644 --- a/gtsam/geometry/tests/testCameraSet.cpp +++ b/gtsam/geometry/tests/testCameraSet.cpp @@ -128,7 +128,7 @@ TEST(CameraSet, Pinhole) { /* ************************************************************************* */ TEST(CameraSet, SchurComplementAndRearrangeBlocks) { - typedef PinholePose Camera; + typedef PinholePose Camera; typedef CameraSet Set; // this is the (block) Jacobian with respect to the nonuniqueKeys @@ -185,7 +185,7 @@ TEST(CameraSet, SchurComplementAndRearrangeBlocks) { // Actual SymmetricBlockMatrix augmentedHessianBM = - Set::SchurComplementAndRearrangeBlocks<3, 12, 6>(Fs, E, P, b, + Set::SchurComplementAndRearrangeBlocks_3_12_6(Fs, E, P, b, nonuniqueKeys, uniqueKeys); Matrix actualAugmentedHessian = augmentedHessianBM.selfadjointView();