From f7566eb0672728996e986541c5a02ab62d07e046 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Thu, 12 May 2011 18:14:55 +0000 Subject: [PATCH] test --- libsrc/geom2d/genmesh2d.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libsrc/geom2d/genmesh2d.cpp b/libsrc/geom2d/genmesh2d.cpp index 43b1b0e0..024ad588 100644 --- a/libsrc/geom2d/genmesh2d.cpp +++ b/libsrc/geom2d/genmesh2d.cpp @@ -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;