fixed a crash when deleting 3-sphere maps

This commit is contained in:
Zeno Rogue 2022-08-07 15:01:14 +02:00
parent 7883d569d6
commit ce8e3c8640
1 changed files with 0 additions and 4 deletions

View File

@ -1826,10 +1826,6 @@ EX namespace reg3 {
make_subconnections();
}
~hrmap_sphere3() {
clearfrom(allh[0]);
}
transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {
return iso_inverse(locations[h1->fieldval]) * locations[h2->fieldval];
}