Skip to content

Commit 0667a62

Browse files
Josef TaylorIsakNaslundBh
authored andcommitted
make extension method
1 parent 646edc7 commit 0667a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SAP2000_Engine/Query/JoinRigidLink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static partial class Query
4040
[Description("Joins RigidLinks split by SplitRigidLink() into RigidLinks with multiple SecondaryNodes.")]
4141
[Input("linkList", "The RigidLinks to be joined; only links containing ':::' will be joined.")]
4242
[Output("JoinedLinks", "A list of RigidLinks with one or more SecondaryNodes")]
43-
public static List<RigidLink> JoinRigidLink(List<RigidLink> linkList)
43+
public static List<RigidLink> JoinRigidLink(this List<RigidLink> linkList)
4444
{
4545
Dictionary<string, RigidLink> joinedList = new Dictionary<string, RigidLink>();
4646

0 commit comments

Comments
 (0)