Skip to content

Add missing isNone if statement in checkintersectionit.hh

Currently at link, the refIntNormal object is only populated, if isNone() is false.

Then this is caught at several later places but not at link.

Therefore, this MR also wraps this call with an if statement.

This was found by @henrik.jakob.

Merge request reports