mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-28 06:40:33 +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 (!points.Size())
|
||||||
{
|
{
|
||||||
|
if (debugparam.debugoutput)
|
||||||
cerr << "Could not find startpoint for edge " << edgenr << endl;
|
cerr << "Could not find startpoint for edge " << edgenr << endl;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user