Skip to content

Commit ffa5469

Browse files
Update the dependency type for LoadCombination
1 parent 557a38f commit ffa5469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lusas_Adapter/LusasAdapter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public LusasV17Adapter(string filePath, LusasConfig lusasConfig = null, bool act
9292
{typeof(RigidLink), new List<Type> { typeof(LinkConstraint), typeof(Node) } },
9393
{typeof(ISurfaceProperty), new List<Type> { typeof(IMaterialFragment) } },
9494
{typeof(ILoad), new List<Type> {typeof(Loadcase) } },
95+
{typeof(LoadCombination), new List<Type> {typeof(Loadcase) } },
9596
};
9697

9798
if (string.IsNullOrWhiteSpace(filePath))

0 commit comments

Comments
 (0)