Skip to content

Commit 64594a6

Browse files
committed
Add missing classmethod decorator
1 parent a69d298 commit 64594a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

yggdrasil/drivers/CPPModelDriver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def add_standard_flag(cls, flags):
4646
flags.append('-std=%s' % cls.cpp_std)
4747
return flags
4848

49+
@classmethod
4950
def remove_standard_flag(cls, flags):
5051
r"""Remove the standard flag from a list of flags if one is
5152
present.

0 commit comments

Comments
 (0)