From e3d890bc5a89798eff50ff6650292b4fa934f72e Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 18 Nov 2009 18:15:19 +0100 Subject: Another big refactoring change: * add a new Eigen2Support module including Cwise, Flagged, and some other deprecated stuff * add a few cwiseXxx functions * adapt a few modules to use cwiseXxx instead of the .cwise() prefix --- test/geo_parametrizedline.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/geo_parametrizedline.cpp') diff --git a/test/geo_parametrizedline.cpp b/test/geo_parametrizedline.cpp index 137324a98..38496a6b0 100644 --- a/test/geo_parametrizedline.cpp +++ b/test/geo_parametrizedline.cpp @@ -23,6 +23,7 @@ // License and a copy of the GNU General Public License along with // Eigen. If not, see . +#define EIGEN2_SUPPORT #include "main.h" #include #include -- cgit v1.2.3