non-serialization expected values

release/4.3a0
dellaert 2014-11-29 13:59:23 +01:00
parent 1fd0f964ea
commit ea070353d6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
typedef MyTemplate<gtsam::Point2> MyTemplatePoint2;
typedef MyTemplate<gtsam::Point3> MyTemplatePoint3;
typedef MyFactor<gtsam::Pose2, gtsam::Point2> MyFactorPosePoint2;
typedef MyFactor<gtsam::Pose2, Matrix> MyFactorPosePoint2;
typedef std::set<boost::shared_ptr<gtsam::Point2>*> Collector_gtsamPoint2;
static Collector_gtsamPoint2 collector_gtsamPoint2;