diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-19 02:16:34 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-19 02:16:34 (GMT) |
commit | 7a2f91e51de625716f4b852f83468c3aa22f0aac (patch) | |
tree | c632ece79392b91995cf8c30b154654db3045c30 /src | |
parent | e7ebf47d9b3afe36a1c68619ca6be78fa153aad1 (diff) |
update eigen version in README. dont use alignment in dxfdata vector.
Diffstat (limited to 'src')
-rw-r--r-- | src/dxfdata.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |