bux fix: geometry load circle

This commit is contained in:
Joachim Schoeberl 2011-04-28 18:36:03 +00:00
parent 667adb5ae0
commit 63022fe1b9

View File

@ -648,7 +648,6 @@ namespace netgen
spline = new CircleSeg<D> (geompoints[hi1-1], spline = new CircleSeg<D> (geompoints[hi1-1],
geompoints[hi2-1], geompoints[hi2-1],
geompoints[hi3-1]); geompoints[hi3-1]);
break;
} }
else if (strcmp (buf, "discretepoints") == 0) else if (strcmp (buf, "discretepoints") == 0)
{ {