fixed rotspace

This commit is contained in:
Zeno Rogue 2020-02-07 18:34:19 +01:00
parent 4b4c21cfa4
commit 602ee9df0c
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) {
if(WDIM == 3 && !quotient && !hybri) {
static fpattern fp(0);
if(fp.Prime) return fp;
for(int p=2; p<8; p++) { fp.Prime = p; if(!fp.solve()) break; }