summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-08-19 02:16:34 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-08-19 02:16:34 (GMT)
commit7a2f91e51de625716f4b852f83468c3aa22f0aac (patch)
treec632ece79392b91995cf8c30b154654db3045c30
parente7ebf47d9b3afe36a1c68619ca6be78fa153aad1 (diff)
update eigen version in README. dont use alignment in dxfdata vector.
-rw-r--r--README.md2
-rw-r--r--src/dxfdata.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index d91da32..1f9fb53 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ Follow the instructions for the platform you're compiling on below.
* [boost (1.35 - 1.47)](http://www.boost.org/)
* [OpenCSG (1.3.2)](http://www.opencsg.org/)
* [GLEW (1.6 ->)](http://glew.sourceforge.net/)
-* [Eigen2 (2.0.13->)](http://eigen.tuxfamily.org/)
+* [Eigen (2.0.13->3.1.1)](http://eigen.tuxfamily.org/)
* [GCC C++ Compiler (4.2 ->)](http://gcc.gnu.org/)
* [Bison (2.4)](http://www.gnu.org/software/bison/)
* [Flex (2.5.35)](http://flex.sourceforge.net/)
diff --git a/src/dxfdata.h b/src/dxfdata.h
index 80a23f6..64853dc 100644
--- a/src/dxfdata.h
+++ b/src/dxfdata.h
@@ -30,8 +30,6 @@ public:
#ifdef __APPLE__
std::vector<Vector2d, Eigen::aligned_allocator<Vector2d> > points;
-#elif EIGEN_WORLD_VERSION == 3
- std::vector<Vector2d, Eigen::aligned_allocator<Vector3d> > points;
#else
std::vector<Vector2d> points;
#endif
contact: Jan Huwald // Impressum