From c1a10f2cf78036a3f8a6b1a3eeb21e43de858bd7 Mon Sep 17 00:00:00 2001 From: dellaert Date: Wed, 26 Nov 2014 17:25:40 +0100 Subject: [PATCH] Moved files --- {gtsam_unstable => gtsam}/nonlinear/Expression-inl.h | 0 {gtsam_unstable => gtsam}/nonlinear/Expression.h | 2 +- {gtsam_unstable => gtsam}/nonlinear/tests/testExpression.cpp | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename {gtsam_unstable => gtsam}/nonlinear/Expression-inl.h (100%) rename {gtsam_unstable => gtsam}/nonlinear/Expression.h (99%) rename {gtsam_unstable => gtsam}/nonlinear/tests/testExpression.cpp (99%) diff --git a/gtsam_unstable/nonlinear/Expression-inl.h b/gtsam/nonlinear/Expression-inl.h similarity index 100% rename from gtsam_unstable/nonlinear/Expression-inl.h rename to gtsam/nonlinear/Expression-inl.h diff --git a/gtsam_unstable/nonlinear/Expression.h b/gtsam/nonlinear/Expression.h similarity index 99% rename from gtsam_unstable/nonlinear/Expression.h rename to gtsam/nonlinear/Expression.h index 68a79ed6b..85b223440 100644 --- a/gtsam_unstable/nonlinear/Expression.h +++ b/gtsam/nonlinear/Expression.h @@ -19,7 +19,7 @@ #pragma once -#include "Expression-inl.h" +#include #include #include diff --git a/gtsam_unstable/nonlinear/tests/testExpression.cpp b/gtsam/nonlinear/tests/testExpression.cpp similarity index 99% rename from gtsam_unstable/nonlinear/tests/testExpression.cpp rename to gtsam/nonlinear/tests/testExpression.cpp index 6156d103c..dfa60e54e 100644 --- a/gtsam_unstable/nonlinear/tests/testExpression.cpp +++ b/gtsam/nonlinear/tests/testExpression.cpp @@ -17,9 +17,9 @@ * @brief unit tests for Block Automatic Differentiation */ +#include #include #include -#include #include #include