fixed generation of 3D elliptic spaces

This commit is contained in:
Zeno Rogue 2019-10-27 00:45:24 +02:00
parent 09acbc5fb2
commit d0ef1c7578
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ EX namespace reg3 {
};
EX hrmap* new_map() {
if(quotient) return new hrmap_field3;
if(quotient && !sphere) return new hrmap_field3;
return new hrmap_reg3;
}