mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
bux fix: geometry load circle
This commit is contained in:
parent
667adb5ae0
commit
63022fe1b9
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user