File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ namespace gmds{
281
281
}
282
282
if (!AP.areCoplanar (p0,p1,p2))
283
283
{
284
- throw GMDSException (" Coplanarity is mandatory to compute barycentric coordinates of a point into a 3D triangle" );
284
+ // throw GMDSException("Coplanarity is mandatory to compute barycentric coordinates of a point into a 3D triangle");
285
285
}
286
286
287
287
Vector3d v1= p1-p0;
@@ -338,7 +338,7 @@ namespace gmds{
338
338
}
339
339
if (!AP.areCoplanar (p0,p1,p2))
340
340
{
341
- throw GMDSException (" Coplanarity is mandatory to compute barycentric coordinates of a point into a 3D triangle" );
341
+ // throw GMDSException("Coplanarity is mandatory to compute barycentric coordinates of a point into a 3D triangle");
342
342
}
343
343
344
344
Vector3d v1= p1-p0;
You can’t perform that action at this time.
0 commit comments