Skip to content

Commit 58becdf

Browse files
alelomIsakNaslundBh
authored andcommitted
Update DependencyTypes.cs
1 parent 5839457 commit 58becdf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Robot_Adapter/Types/DependencyTypes.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ protected void SetupDependencies()
5454
{typeof(Edge), new List<Type> { typeof(Constraint6DOF), typeof(Constraint4DOF) } },
5555
{typeof(ISurfaceProperty), new List<Type> { typeof(IMaterialFragment) } },
5656
{typeof(RigidLink), new List<Type> { typeof(LinkConstraint), typeof(Node) } },
57-
{typeof(FEMesh), new List<Type> { typeof(Node), typeof(ISurfaceProperty)} }
57+
{typeof(FEMesh), new List<Type> { typeof(Node), typeof(ISurfaceProperty)} },
58+
{ typeof(IElementLoad<Bar>), new List<Type>{ typeof(Bar)} },
59+
{ typeof(IElementLoad<Node>), new List<Type>{ typeof(Node)} }
5860
};
5961
}
6062

0 commit comments

Comments
 (0)