Skip to content

Fixed the plot slicing bug (see issue #) by changing the slice_closest...

Anton Akhmerov requested to merge fix-plotting into master

Fixed the plot slicing bug (see issue #) by changing the slice_closest function. This function now checks what the closest mesh point is for coordinates in the slicing plane/line of all the problem mesh points, not just those within a minimal distance from the slicing plane/line.

Merge request reports