From c8faa102e3c044a757c39c159b144292e09c4658 Mon Sep 17 00:00:00 2001 From: dellaert Date: Sun, 28 Dec 2014 13:38:29 +0100 Subject: [PATCH] Moved EexpressionFactor related files to gtsam --- .cproject | 48 +++++++++---------- .../nonlinear/CallRecord.h | 0 .../nonlinear/ExpressionFactor.h | 0 .../nonlinear/expressionTesting.h | 0 .../nonlinear/expressions.h | 0 .../nonlinear/tests/testCallRecord.cpp | 0 .../nonlinear/tests/testExpressionFactor.cpp | 0 {gtsam_unstable => gtsam}/slam/expressions.h | 2 +- 8 files changed, 25 insertions(+), 25 deletions(-) rename {gtsam_unstable => gtsam}/nonlinear/CallRecord.h (100%) rename {gtsam_unstable => gtsam}/nonlinear/ExpressionFactor.h (100%) rename {gtsam_unstable => gtsam}/nonlinear/expressionTesting.h (100%) rename {gtsam_unstable => gtsam}/nonlinear/expressions.h (100%) rename {gtsam_unstable => gtsam}/nonlinear/tests/testCallRecord.cpp (100%) rename {gtsam_unstable => gtsam}/nonlinear/tests/testExpressionFactor.cpp (100%) rename {gtsam_unstable => gtsam}/slam/expressions.h (96%) diff --git a/.cproject b/.cproject index dafdeed71..18175bec1 100644 --- a/.cproject +++ b/.cproject @@ -2793,14 +2793,6 @@ true true - - make - -j5 - testExpressionFactor.run - true - true - true - make -j5 @@ -2809,22 +2801,6 @@ true true - - make - -j5 - testAdaptAutoDiff.run - true - true - true - - - make - -j5 - testCallRecord.run - true - true - true - make -j4 @@ -3201,6 +3177,30 @@ true true + + make + -j4 + testAdaptAutoDiff.run + true + true + true + + + make + -j4 + testCallRecord.run + true + true + true + + + make + -j4 + testExpressionFactor.run + true + true + true + make -j4 diff --git a/gtsam_unstable/nonlinear/CallRecord.h b/gtsam/nonlinear/CallRecord.h similarity index 100% rename from gtsam_unstable/nonlinear/CallRecord.h rename to gtsam/nonlinear/CallRecord.h diff --git a/gtsam_unstable/nonlinear/ExpressionFactor.h b/gtsam/nonlinear/ExpressionFactor.h similarity index 100% rename from gtsam_unstable/nonlinear/ExpressionFactor.h rename to gtsam/nonlinear/ExpressionFactor.h diff --git a/gtsam_unstable/nonlinear/expressionTesting.h b/gtsam/nonlinear/expressionTesting.h similarity index 100% rename from gtsam_unstable/nonlinear/expressionTesting.h rename to gtsam/nonlinear/expressionTesting.h diff --git a/gtsam_unstable/nonlinear/expressions.h b/gtsam/nonlinear/expressions.h similarity index 100% rename from gtsam_unstable/nonlinear/expressions.h rename to gtsam/nonlinear/expressions.h diff --git a/gtsam_unstable/nonlinear/tests/testCallRecord.cpp b/gtsam/nonlinear/tests/testCallRecord.cpp similarity index 100% rename from gtsam_unstable/nonlinear/tests/testCallRecord.cpp rename to gtsam/nonlinear/tests/testCallRecord.cpp diff --git a/gtsam_unstable/nonlinear/tests/testExpressionFactor.cpp b/gtsam/nonlinear/tests/testExpressionFactor.cpp similarity index 100% rename from gtsam_unstable/nonlinear/tests/testExpressionFactor.cpp rename to gtsam/nonlinear/tests/testExpressionFactor.cpp diff --git a/gtsam_unstable/slam/expressions.h b/gtsam/slam/expressions.h similarity index 96% rename from gtsam_unstable/slam/expressions.h rename to gtsam/slam/expressions.h index 7badc9dd7..1d9ddd6d4 100644 --- a/gtsam_unstable/slam/expressions.h +++ b/gtsam/slam/expressions.h @@ -7,7 +7,7 @@ #pragma once -#include +#include #include #include