Skip to content

Fix/compressed io seg curved

Spencer Sherwin requested to merge fix/CompressedIO_SegCurved into master

Provide a fix to issue #24 (closed) where extracting a 1D manifold from a 2D mesh did not contain curvature when the file was in compressedIO format. This was due to an incorrect reference to a face map rather than an edge map.

Merge request reports