1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-24 02:52:04 +05:00
This commit is contained in:
Joachim Schoeberl 2011-05-12 18:14:55 +00:00
parent cc81dab63e
commit f7566eb067

@ -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;