FloSewn/TQMesh

a bug

chenwolf opened this issue · 1 comments

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

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