Skip to content

Commit 31c36b1

Browse files
committed
Fix compilation with Clang
1 parent c86c7cd commit 31c36b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/Symmetry.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace utils {
5151
* 6 110 C2x 1.0
5252
* 7 111 i -1.0
5353
*/
54-
class Symmetry __final {
54+
class Symmetry final {
5555
public:
5656
Symmetry()
5757
: nrGenerators_(0),

0 commit comments

Comments
 (0)