FloSewn / TQMesh

A simple two-dimensional mesh generator with triangular and quadrilateral elements in C++
MIT License
57 stars 16 forks source link

a bug #18

Closed chenwolf closed 1 year ago

chenwolf commented 1 year ago

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 1 year ago

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