removed wrong base class

release/4.3a0
Luca 2014-04-24 11:28:41 -04:00
parent a95126599f
commit 185c572b5a
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ class ImplicitSchurFactor: public GaussianFactor {
public: public:
typedef ImplicitSchurFactor This; ///< Typedef to this class typedef ImplicitSchurFactor This; ///< Typedef to this class
typedef JacobianFactor Base; ///< Typedef to base class
typedef boost::shared_ptr<This> shared_ptr; ///< shared_ptr to this class typedef boost::shared_ptr<This> shared_ptr; ///< shared_ptr to this class
protected: protected: