diff --git a/gtsam/slam/SmartFactorBase.h b/gtsam/slam/SmartFactorBase.h index 3f043a469..e903d9651 100644 --- a/gtsam/slam/SmartFactorBase.h +++ b/gtsam/slam/SmartFactorBase.h @@ -50,6 +50,7 @@ private: typedef SmartFactorBase This; typedef typename CAMERA::Measurement Z; +protected: /** * As of Feb 22, 2015, the noise model is the same for all measurements and * is isotropic. This allows for moving most calculations of Schur complement @@ -58,7 +59,6 @@ private: */ SharedIsotropic noiseModel_; -protected: /** * 2D measurement and noise model for each of the m views * We keep a copy of measurements for I/O and computing the error.