fixed the interesting dodecahedral quotient spaces (535c, 535s, 533s)

This commit is contained in:
Zeno Rogue 2021-08-07 11:32:54 +02:00
parent de83eeeef2
commit 501f5c59bc
1 changed files with 2 additions and 0 deletions

View File

@ -1261,6 +1261,7 @@ EX namespace reg3 {
hyperpoint p = tC0(T);
tmatrices[0][b] = rspintox(p) * xpush(hdist0(p)) * cspin(2, 1, angle) * spintox(p);
}
make_subconnections();
}
};
@ -1282,6 +1283,7 @@ EX namespace reg3 {
tmatrices[a][b] = rspintox(p) * xpush(hdist0(p)) * cspin(2, 1, 108 * degree) * spintox(p);
}
}
make_subconnections();
}
};