-
- Downloads
There was a problem fetching the pipeline summary.
Handle unused boundary nodes correctly
For "unused" boundary nodes the special value `-1` is used. Mapping this through `isBoundaryNode[-1]` would result in an out-of-bounds memory access and invalid values in the `vertices_c_style` array. Closes: #55
Please register or sign in to comment