mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 02:10:34 +00:00
improved effciency of 535h by covering seifert_cover
This commit is contained in:
parent
2ec37a4a6d
commit
87b8f585d4
6
reg3.cpp
6
reg3.cpp
@ -766,7 +766,11 @@ EX namespace reg3 {
|
|||||||
quotient_map = new hrmap_from_crystal;
|
quotient_map = new hrmap_from_crystal;
|
||||||
h.zebraval = quotient_map->allh[0]->zebraval;
|
h.zebraval = quotient_map->allh[0]->zebraval;
|
||||||
}
|
}
|
||||||
if(hyperbolic && !(cgflags & qIDEAL) && geometry != gSpace535) {
|
else if(geometry == gSpace535) {
|
||||||
|
quotient_map = new seifert_weber::hrmap_seifert_cover;
|
||||||
|
h.zebraval = quotient_map->allh[0]->zebraval;
|
||||||
|
}
|
||||||
|
else if(hyperbolic && !(cgflags & qIDEAL)) {
|
||||||
quotient_map = new hrmap_field3;
|
quotient_map = new hrmap_field3;
|
||||||
h.zebraval = quotient_map->allh[0]->zebraval;
|
h.zebraval = quotient_map->allh[0]->zebraval;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user