diff --git a/gtsam_unstable/nonlinear/expressions.h b/gtsam_unstable/nonlinear/expressions.h index 18f05e441..eba85c33c 100644 --- a/gtsam_unstable/nonlinear/expressions.h +++ b/gtsam_unstable/nonlinear/expressions.h @@ -1,7 +1,7 @@ /** * @file expressions.h * @brief Common expressions, both linear and non-linear - * @date Oct 1, 2014 + * @date Nov 23, 2014 * @author Frank Dellaert */ @@ -20,6 +20,7 @@ Expression between(const Expression& t1, const Expression& t2) { } typedef Expression double_; +typedef Expression Vector3_; } // \namespace gtsam diff --git a/gtsam_unstable/nonlinear/tests/testExpressionFactor.cpp b/gtsam_unstable/nonlinear/tests/testExpressionFactor.cpp index c63bfeb6f..ea258dc05 100644 --- a/gtsam_unstable/nonlinear/tests/testExpressionFactor.cpp +++ b/gtsam_unstable/nonlinear/tests/testExpressionFactor.cpp @@ -22,8 +22,6 @@ #include #include #include -#include -#include #include #include