Bugfixes for surface loading
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.