fixed crash in geometry selection

This commit is contained in:
Zeno Rogue 2020-07-25 03:13:54 +02:00
parent a3c5773864
commit 4d9775080d
1 changed files with 0 additions and 1 deletions

View File

@ -1114,7 +1114,6 @@ EX namespace hybrid {
else qn = qn + "/" + qplus;
}
if(elliptic) ginf[g].flags |= qELLIPTIC;
println(hlog, "set elliptic if: 0=", csteps % cgi.psl_steps);
if(csteps && csteps != cgi.psl_steps && csteps != 2*cgi.psl_steps)
ginf[g].flags |= qANYQ;
}