Skip to content

Commit 587c21f

Browse files
committed
adding dynamicStiffness to options (forgot to do in last commit_
1 parent 08f1852 commit 587c21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

famodel/project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4988,6 +4988,7 @@ def FFarmCompatibleMDOutput(self, filename, MDoptionsDict=None, **kwargs):
49884988
removeBody = opts["removeBody"]
49894989
outputList = opts["outputList"]
49904990
bathymetryFile = opts["bathymetryFile"]
4991+
dynamicStiffness = opts["dynamicStiffness"]
49914992

49924993
flag = opts["flag"]
49934994
factor = opts["factor"]

0 commit comments

Comments
 (0)