From bde73355b86d029672a1ecf2ba03b6f3ba677bbd Mon Sep 17 00:00:00 2001 From: Kai Ni Date: Tue, 20 Jul 2010 14:38:27 +0000 Subject: [PATCH] fixed duplicated symbols between simulated2D and planarSLAM --- .cproject | 68 ++------------------------------------------ slam/simulated2D.cpp | 2 +- 2 files changed, 3 insertions(+), 67 deletions(-) diff --git a/.cproject b/.cproject index 027bd68eb..575aece52 100644 --- a/.cproject +++ b/.cproject @@ -392,10 +392,10 @@ true true - + make - all + tests/testSPQRUtil.run true true true @@ -414,14 +414,6 @@ true true - - make - - all - true - true - true - make @@ -629,14 +621,6 @@ true true - - make - - all - true - true - true - make @@ -1076,14 +1060,6 @@ true true - - make - - all - true - true - true - make @@ -1092,22 +1068,6 @@ true true - - make - - all - true - true - true - - - make - - clean - true - true - true - make @@ -1116,14 +1076,6 @@ true true - - make - - all - true - true - true - make -j2 @@ -1304,22 +1256,6 @@ true true - - make - - all - true - true - true - - - make - - clean - true - true - true - make check diff --git a/slam/simulated2D.cpp b/slam/simulated2D.cpp index 744e1d19c..e5d48f6d7 100644 --- a/slam/simulated2D.cpp +++ b/slam/simulated2D.cpp @@ -11,7 +11,7 @@ namespace gtsam { using namespace simulated2D; - INSTANTIATE_LIE_CONFIG(PointKey, Point2) +// INSTANTIATE_LIE_CONFIG(PointKey, Point2) INSTANTIATE_LIE_CONFIG(PoseKey, Point2) INSTANTIATE_TUPLE_CONFIG2(PoseConfig, PointConfig) // INSTANTIATE_NONLINEAR_FACTOR_GRAPH(Config)