Skip to content

Bugfixes for surface loading

Compare
Choose a tag to compare
@dfsp-spirit dfsp-spirit released this 06 Nov 18:18
· 595 commits to master since this release

Version 0.1.4

  • Docs: link related via families, so they show up in the 'see also' section
  • Fix errors in indexing example of the vignette (PR#7, thanks @AndrewLawrence)
  • Fix bug in reading faces of surfaces (bug #8, thanks @AndrewLawrence)

This release fixes a bug in the read.fs.surface function that lead to incorrect loading of the faces. The vertex indices where loaded column-major order, which resulted in broken neighborhood definitions. This has been fixed in this release and unit tests were added to prevent regression.