mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
remove "normal vectors degenerated" output
This commit is contained in:
parent
9d5661fdc5
commit
00b4959232
@ -1870,7 +1870,7 @@ namespace netgen
|
|||||||
|
|
||||||
if (Abs2 (t) < 1e-16)
|
if (Abs2 (t) < 1e-16)
|
||||||
{
|
{
|
||||||
cerr << "normal vectors degenerated" << endl;
|
// cerr << "normal vectors degenerated" << endl;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user