a bug
chenwolf opened this issue · 1 comments
chenwolf commented
const Vec2& center={0.0,0.0},
in VecND.h
T& x = entries_[0];
T& y = entries_[1];
T& z = entries_[2];
when it is running at " T& z = entries_[2];"
array subscript out of range
FloSewn commented
Thanks for pointing this out!
I fixed this bug in the development branch and will include the solution in the next release.
Best regards
Flo