fixes assertion error noticed in example 21

stl_dim
Brad Pitcher 2011-09-27 22:42:23 -07:00
parent f17d9f0057
commit 396fea7ecd
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public:
}
};
std::vector<Vector2d> points;
std::vector<Vector2d, Eigen::aligned_allocator<Eigen::Vector2d> > points;
std::vector<Path> paths;
std::vector<Dim> dims;