diff --git a/hypgraph.cpp b/hypgraph.cpp index 8384fdd7..13232e7d 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -879,6 +879,7 @@ transmatrix actualV(const heptspin& hs, const transmatrix& V) { #if CAP_BT if(binarytiling) return V; #endif + if(penrose) return V; return (hs.spin || !BITRUNCATED) ? V * spin(hs.spin*2*M_PI/S7 + master_to_c7_angle()) : V; }