Skip to content

Commit c516670

Browse files
committed
Change toe radius default value
1 parent ba19ade commit c516670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lusas_Adapter/Convert/ToBHoM/Properties/ToProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public static IProfile ToProfile(IFAttribute lusasAttribute, int i)
8282
lusasAttribute.getValue("tw",i),
8383
lusasAttribute.getValue("tf",i),
8484
lusasAttribute.getValue("r",i),
85-
lusasAttribute.getValue("r",i)
85+
0
8686
);
8787
break;
8888
}

0 commit comments

Comments
 (0)