Skip to content

Fix/nek mesh star input

Spencer Sherwin requested to merge ssherw/nektar:fix/NekMesh_StarInput into master

This MR fixes a problem when reading some Star ccm files. It seems the fix is sorted/moderated by replacing two definitions of arrays of the form

float verts[3 * nvertices]

with

vector verts

and then resizing the vector length. I have also added a few more checks on the CCM reads for robustness.

Merge request reports