Skip to content

Commit d0bf550

Browse files
committed
Removed stiffness from applied states dictionary
1 parent b424d93 commit d0bf550

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

famodel/mooring/mooring.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ def __init__(self, dd=None, subsystem=None, anchor=None,
208208
}
209209
self.applied_states = {'marine_growth':None,
210210
'creep': None,
211-
'corrosion': None,
212-
'stiffness': None}
211+
'corrosion': None}
213212

214213
self.raftResults = {}
215214

0 commit comments

Comments
 (0)