fixed a bug in octahedral honeycombs

This commit is contained in:
Zeno Rogue 2019-10-10 13:48:43 +02:00
parent 671990731c
commit e80869e14e
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ EX namespace reg3 {
});
if(S7 == 8) {
angle_between_faces = min(angle_between_faces, M_PI - angle_between_faces);
/* 24-cell is a special case because it is the only one with '4' in the middle of the Schlaefli symbol. */
/* The computations above assume 3 */
hyperpoint h1 = hpxy3(.5,.5,.5);