mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50:34 +05:00
remove cerr output
This commit is contained in:
parent
9ddb034e55
commit
27d8d42446
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user