Add missing isNone if statement in checkintersectionit.hh
- May 10, 2024
-
-
Co-authored-by: Christian Engwer <christian.engwer@uni-muenster.de>
696d3cf1
-
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.
Co-authored-by: Christian Engwer <christian.engwer@uni-muenster.de>