diff options
Diffstat (limited to 'lib/dihedral.h')
-rw-r--r-- | lib/dihedral.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dihedral.h b/lib/dihedral.h index 5588afa..8d0472b 100644 --- a/lib/dihedral.h +++ b/lib/dihedral.h @@ -21,7 +21,6 @@ class dihedral_t { } } - dihedral_t<q> act(dihedral_t<q> r) const { if (this->is_reflection) { return dihedral_t<q>(!(r.is_reflection), ((q + this->x) - r.x) % q); |