Merged in bug-fix/factoindices-duplicate (pull request #411)

Close issue #449
Remove duplicate declaration of FactorIndices class
release/4.3a0
Varun Agrawal 2019-04-10 03:11:44 +00:00 committed by Frank Dellaert
commit fe0c951e23
1 changed files with 0 additions and 2 deletions

View File

@ -2241,8 +2241,6 @@ class ISAM2Result {
size_t getCliques() const; size_t getCliques() const;
}; };
class FactorIndices {};
class ISAM2 { class ISAM2 {
ISAM2(); ISAM2();
ISAM2(const gtsam::ISAM2Params& params); ISAM2(const gtsam::ISAM2Params& params);