mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
Write debug output only if debugparam.debugoutput is set
This commit is contained in:
parent
be79facdb3
commit
54e5de4395
@ -161,7 +161,8 @@ void BoundaryLayerTool ::InterpolateGrowthVectors()
|
||||
|
||||
if (!points.Size())
|
||||
{
|
||||
cerr << "Could not find startpoint for edge " << edgenr << endl;
|
||||
if (debugparam.debugoutput)
|
||||
cerr << "Could not find startpoint for edge " << edgenr << endl;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user