Fixed warning about muliline comment.

This commit is contained in:
Markus Blatt 2023-04-11 17:36:52 +02:00
parent adc11caf99
commit 888f3644f7

View File

@ -102,11 +102,11 @@ bool HexGridIntersectionTools::planeLineIntersect( const cvf::Plane& plane,
// a) Should not be counted b) May need a tolerance margin to intersect // a) Should not be counted b) May need a tolerance margin to intersect
// as intersecting: both 1->3 and 2->3 as it is theoretically required to: // as intersecting: both 1->3 and 2->3 as it is theoretically required to:
// 3 // 3
// \ /\ /|\ // \ /\ /|\ .
// \ / \ / | \ // \ / \ / | \ .
// \ / \ / | \ // \ / \ / | \ .
// \ / \ / | \ // \ / \ / | \ .
// \/________\ /____|____\ // \/________\ /____|____\ .
// \ 1 | 2 // \ 1 | 2
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------