remove output

This commit is contained in:
Joachim Schoeberl 2011-01-15 05:10:52 +00:00
parent 59f84d3c59
commit ad1eac28c7

View File

@ -148,7 +148,7 @@ namespace netgen
const Refinement & CSGeometry :: GetRefinement () const const Refinement & CSGeometry :: GetRefinement () const
{ {
cout << "get CSGeometry - Refinement" << endl; // cout << "get CSGeometry - Refinement" << endl;
// should become class variables // should become class variables
RefinementSurfaces * ref = new RefinementSurfaces(*this); RefinementSurfaces * ref = new RefinementSurfaces(*this);
ref -> Set2dOptimizer(new MeshOptimize2dSurfaces(*this)); ref -> Set2dOptimizer(new MeshOptimize2dSurfaces(*this));