Skip to content

Commit 4e8ab81

Browse files
committed
Add envelope dicitonary property to anchors
1 parent 6035de1 commit 4e8ab81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

famodel/anchors/anchor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def __init__(self, dd=None, ms=None, r=[0,0,0], aNum=None, id=None,
114114
self.cost = {}
115115
self.failure_probability = {}
116116
self.env_impact = {}
117+
self.envelope = {}
117118

118119
# Assign soil profile if map is provided
119120
if profile_map is not None:

0 commit comments

Comments
 (0)