22401: [CEA 992] Regression on SMESH using NETGEN 2D
Remove debug output
This commit is contained in:
parent
434f936325
commit
61fa2bb95b
@ -299,7 +299,7 @@ bool NETGENPlugin_NETGEN_2D_ONLY::Compute(SMESH_Mesh& aMesh,
|
|||||||
ngMesh->SetLocalH (bb.PMin(), bb.PMax(), netgen::mparam.grading);
|
ngMesh->SetLocalH (bb.PMin(), bb.PMax(), netgen::mparam.grading);
|
||||||
ngMesh->SetGlobalH (netgen::mparam.maxh);
|
ngMesh->SetGlobalH (netgen::mparam.maxh);
|
||||||
}
|
}
|
||||||
cerr << "max " << netgen::mparam.maxh << " min " << netgen::mparam.minh << endl;
|
//cerr << "max " << netgen::mparam.maxh << " min " << netgen::mparam.minh << endl;
|
||||||
|
|
||||||
vector< const SMDS_MeshNode* > nodeVec;
|
vector< const SMDS_MeshNode* > nodeVec;
|
||||||
problem = aMesher.AddSegmentsToMesh( *ngMesh, occgeo, wires, helper, nodeVec );
|
problem = aMesher.AddSegmentsToMesh( *ngMesh, occgeo, wires, helper, nodeVec );
|
||||||
|
Loading…
Reference in New Issue
Block a user