From e887d9e0b81aa7530abc9692063aa2c70a6eaa09 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 7 Apr 2021 01:12:09 +0200 Subject: [PATCH] rotspace for S2 is now always elliptic --- nonisotropic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonisotropic.cpp b/nonisotropic.cpp index 68cfbdb7..25f3a452 100644 --- a/nonisotropic.cpp +++ b/nonisotropic.cpp @@ -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; }