mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: triSurface: disable warning message if not verbose
This commit is contained in:
@ -327,7 +327,7 @@ void Foam::triSurface::checkEdges(const bool verbose)
|
||||
<< " has no edgeFaces"
|
||||
<< exit(FatalError);
|
||||
}
|
||||
else if (myFaces.size() > 2)
|
||||
else if (myFaces.size() > 2 && verbose)
|
||||
{
|
||||
WarningIn
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user