removed wrong base class
parent
a95126599f
commit
185c572b5a
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue