mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: surfaceIntersection: Change error to warning
This commit is contained in:
@ -968,10 +968,10 @@ Foam::surfaceIntersection::surfaceIntersection
|
||||
|
||||
if (!usedPoints.found(pointI))
|
||||
{
|
||||
FatalErrorIn("surfaceIntersection::surfaceIntersection")
|
||||
WarningIn("surfaceIntersection::surfaceIntersection")
|
||||
<< "Problem: cut point:" << pointI
|
||||
<< " coord:" << cutPoints_[pointI]
|
||||
<< " not used by any edge" << abort(FatalError);
|
||||
<< " not used by any edge" << endl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user