rotspace for S2 is now always elliptic

This commit is contained in:
Zeno Rogue 2021-04-07 01:12:09 +02:00
parent 2463e0e163
commit e887d9e0b8
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ EX namespace hybrid {
if(qn == "none") qn = qplus;
else qn = qn + "/" + qplus;
}
if(elliptic) ginf[g].flags |= qELLIPTIC;
if(sph) ginf[g].flags |= qELLIPTIC;
if(csteps && csteps != cgi.psl_steps && csteps != 2*cgi.psl_steps)
ginf[g].flags |= qANYQ;
}