Closed ayan-b closed 4 years ago
This is failing because the code expects the vertices indicated by the faces to be 0-indexed. However, it is 1-indexed for the cortex
mesh and thus it is going out of bound
for the last vertex.
Good finding. Could you pls add a unit-test on this?
Added in e6f6e19a5132391596d4f6e660ae48dd81347bc5.
Dataset: https://github.com/the-virtual-brain/tvb-data/blob/master/tvb_data/surfaceData/cortex_2x120k.zip
Used code:
Related to #22
While only using the C++ library: