mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-15 02:18:33 +05:00
Remove debug output
This commit is contained in:
parent
9f3ccbb9d0
commit
c27650af0a
@ -700,7 +700,7 @@ struct GrowthVectorLimiter
|
|||||||
|
|
||||||
for (auto i_pass : Range(safeties.size()))
|
for (auto i_pass : Range(safeties.size()))
|
||||||
{
|
{
|
||||||
PrintMessage(0, "GrowthVectorLimiter pass ", i_pass);
|
PrintMessage(4, "GrowthVectorLimiter pass ", i_pass);
|
||||||
double safety = safeties[i_pass];
|
double safety = safeties[i_pass];
|
||||||
CheckLimits(__LINE__);
|
CheckLimits(__LINE__);
|
||||||
// intersect segment with original surface elements
|
// intersect segment with original surface elements
|
||||||
|
Loading…
Reference in New Issue
Block a user