diff --git a/libsrc/meshing/boundarylayer_interpolate.cpp b/libsrc/meshing/boundarylayer_interpolate.cpp index a5c0068d..b424c985 100644 --- a/libsrc/meshing/boundarylayer_interpolate.cpp +++ b/libsrc/meshing/boundarylayer_interpolate.cpp @@ -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; }