remove cerr output

This commit is contained in:
Joachim Schoeberl 2021-09-06 16:26:12 +02:00
parent 9ddb034e55
commit 27d8d42446

View File

@ -907,13 +907,13 @@ namespace netgen
catch (SingularMatrixException)
{
(*myerr) << "Singular Matrix" << endl;
// (*myerr) << "Singular Matrix" << endl;
res = MESHING2_GIVEUP;
}
catch (UVBoundsException)
{
(*myerr) << "UV bounds exceeded" << endl;
// (*myerr) << "UV bounds exceeded" << endl;
res = MESHING2_GIVEUP;
}