Regress of 3D_mesh_NETGEN/G6 test

* add commented debug ouput
This commit is contained in:
eap 2010-04-22 13:34:55 +00:00
parent 7f18f75436
commit 80430ffc71

View File

@ -656,6 +656,9 @@ bool StdMeshers_MEFISTO_2D::LoadPoints(TWireVector & wires,
fixOverlappedLinkUV (uvslf[ mB ], uvslf[ m ], uvslf[ mA ]);
}
}
// cout << "MEFISTO INPUT************" << endl;
// for ( int i =0; i < m; ++i )
// cout << i << ": \t" << uvslf[i].x << ", " << uvslf[i].y << " Node " << mefistoToDS[i]->GetID()<< endl;
return true;
}