Skip to content

Commit 924f999

Browse files
Missed reference for element typed
1 parent 9ce0cdc commit 924f999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lusas_Adapter/CRUD/Create/Properties/LineMesh.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private static void SetElementType(IFMeshLine lusasLineMesh, BarFEAType barFEATy
144144
if (barFEAType == BarFEAType.Axial)
145145
lusasLineMesh.addElementName("BRS2");
146146
else if (barFEAType == BarFEAType.Flexural)
147-
lusasLineMesh.addElementName("BMX21");
147+
lusasLineMesh.addElementName("BMI21");
148148
}
149149

150150
/***************************************************/

0 commit comments

Comments
 (0)