summaryrefslogtreecommitdiff
path: root/Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py')
-rw-r--r--Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py b/Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py
index e8b1c59..49ed9ef 100644
--- a/Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py
+++ b/Connections/Shear/Finplate/colFlangeBeamWebConnectivity.py
@@ -116,7 +116,8 @@ class ColFlangeBeamWeb(object):
#+ self.nutBoltArray.getnutboltModels()
# return [self.columnModel,self.plateModel, self.weldModelLeft,self.weldModelRight,
# self.beamModel] + self.nutBoltArray.getModels()
- return [self.columnModel,self.beamModel,self.plateModel,self.weldModelLeft,self.weldModelRight]
+ return [self.columnModel,self.beamModel,self.plateModel,self.weldModelLeft,
+ self.weldModelRight] + self.nutBoltArray.getModels()
def get_nutboltmodels(self):