Skip to content

Commit c818b0b

Browse files
authored
7.2 Deployment (#407)
2 parents 21ea1c4 + 811097d commit c818b0b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Lusas_Adapter/Convert/ToBHoM/Properties/ToMeshSettings1D.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public static MeshSettings1D ToMeshSettings1D(this IFAttribute lusasAttrbute)
5959
else if (meshType == 1)
6060
{
6161
splitMethod = Split1D.Divisions;
62-
object[] ratios = lusasMeshLine.getValue("ratio");
62+
object[] ratios = lusasMeshLine.getMeshDivisions(0);
6363
value = ratios.Count();
6464
if (value == 0)
6565
value = 4;

Lusas_Adapter/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
// by using the '*' as shown below:
5656
// [assembly: AssemblyVersion("1.0.*")]
5757
[assembly: AssemblyVersion("7.0.0.0")]
58-
[assembly: AssemblyFileVersion("7.1.0.0")]
58+
[assembly: AssemblyFileVersion("7.2.0.0")]
5959

6060

6161

Lusas_Engine/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
// by using the '*' as shown below:
5656
// [assembly: AssemblyVersion("1.0.*")]
5757
[assembly: AssemblyVersion("7.0.0.0")]
58-
[assembly: AssemblyFileVersion("7.1.0.0")]
58+
[assembly: AssemblyFileVersion("7.2.0.0")]
5959

6060

6161

Lusas_oM/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
// by using the '*' as shown below:
5656
// [assembly: AssemblyVersion("1.0.*")]
5757
[assembly: AssemblyVersion("7.0.0.0")]
58-
[assembly: AssemblyFileVersion("7.1.0.0")]
58+
[assembly: AssemblyFileVersion("7.2.0.0")]
5959

6060

6161

0 commit comments

Comments
 (0)