Skip to content

Commit 1f5b6fc

Browse files
peterjamesnugentIsakNaslundBh
authored andcommitted
Remove reference to embodiedCarbon and align with changes in Structure_oM
1 parent 83cadf9 commit 1f5b6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lusas_Adapter/Convert/ToBHoM/Properties/ToMaterial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static IMaterialFragment ToMaterial(this IFAttribute lusasAttribute)
5858
new Vector() { X = lusasAttribute.getValue("nuxy"), Y = lusasAttribute.getValue("nuyz"), Z = lusasAttribute.getValue("nuzx") },
5959
new Vector() { X = lusasAttribute.getValue("Gxy"), Y = 0.0, Z = 0.0 },
6060
new Vector() { X = lusasAttribute.getValue("ax"), Y = lusasAttribute.getValue("ay"), Z = lusasAttribute.getValue("az") },
61-
lusasAttribute.getValue("rho"), 0, 0);
61+
lusasAttribute.getValue("rho"), 0);
6262
}
6363

6464
int adapterNameId = lusasAttribute.getID();

0 commit comments

Comments
 (0)