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