fixed getcurrfp in horospherical hyperbolic

This commit is contained in:
Zeno Rogue 2020-02-07 19:44:44 +01:00
parent 759fed36f9
commit fba1953f63
1 changed files with 1 additions and 1 deletions

View File

@ -1149,7 +1149,7 @@ EX struct fpattern& getcurrfp() {
fp.Prime = 5; fp.force_hash = 0x9FDE7B38u; fp.solve();
return fp;
}
if(WDIM == 3 && !quotient && !hybri) {
if(WDIM == 3 && !quotient && !hybri && !bt::in()) {
static fpattern fp(0);
if(fp.Prime) return fp;
for(int p=2; p<8; p++) { fp.Prime = p; if(!fp.solve()) break; }