mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
remove debug
This commit is contained in:
parent
64fbdb9d46
commit
1e9656e25e
@ -344,9 +344,6 @@ namespace netgen
|
||||
{
|
||||
NgProfiler::RegionTimer reg1 (timer1);
|
||||
|
||||
char ch;
|
||||
cin >> ch;
|
||||
|
||||
if (multithread.terminate)
|
||||
throw NgException ("Meshing stopped");
|
||||
|
||||
@ -476,8 +473,6 @@ namespace netgen
|
||||
if (debugparam.haltlargequalclass && qualclass > 50)
|
||||
debugflag = 1;
|
||||
|
||||
debugflag = 1;
|
||||
|
||||
// problem recognition !
|
||||
if (found &&
|
||||
(gpi1 < illegalpoint.Size()+PointIndex::BASE) &&
|
||||
@ -760,22 +755,10 @@ namespace netgen
|
||||
|
||||
if (found)
|
||||
{
|
||||
if (debugflag)
|
||||
(*testout) << "before applyrules" << endl
|
||||
<< "plainpoints = " << endl << plainpoints
|
||||
<< "legalpoints = " << endl << legalpoints
|
||||
<< "maxlegalpoint = " << maxlegalpoint
|
||||
<< "loclines = " << endl << loclines << endl
|
||||
<< "maxlegalline = " << maxlegalline << endl;
|
||||
// << "mp = " << mp << endl;
|
||||
|
||||
rulenr = ApplyRules (plainpoints, legalpoints, maxlegalpoint,
|
||||
loclines, maxlegalline, locelements,
|
||||
dellines, qualclass, mp);
|
||||
|
||||
if (debugflag)
|
||||
*testout << "rulenr = " << rulenr << endl;
|
||||
|
||||
// (*testout) << "Rule Nr = " << rulenr << endl;
|
||||
if (!rulenr)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user