This commit is contained in:
Joachim Schoeberl 2011-05-12 18:14:55 +00:00
parent cc81dab63e
commit f7566eb067

View File

@ -30,7 +30,6 @@ namespace netgen
double h2 = min (spline.EndPI().hmax, h/spline.EndPI().refatpoint);
double hcurve = min (spline.hmax, h/spline.reffak);
CalcPartition (l, h, h1, h2, hcurve, elto0, curvepoints);
// cout << "curvepoints = " << curvepoints << endl;