diff --git a/arbiquotient.cpp b/arbiquotient.cpp index 3304f3f3..c22b6003 100644 --- a/arbiquotient.cpp +++ b/arbiquotient.cpp @@ -175,7 +175,7 @@ string statstring() { if(goodedges % 2) return "ERROR"; print(s, " E:", goodedges/2); if(!block_selfedges) print(s, " e:", selfedges); - if(!block_mirrors) print(s, " M:", mirrors); + if(!block_mirrors && allow_nonorientable) print(s, " M:", mirrors); for(bool star: {false, true}) { bool first = true; for(auto p: (star ? mverts : verts)) {