Skip to content

Commit

Permalink
7.2 Deployment (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-fisher authored Jun 20, 2024
2 parents 21ea1c4 + 811097d commit c818b0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static MeshSettings1D ToMeshSettings1D(this IFAttribute lusasAttrbute)
else if (meshType == 1)
{
splitMethod = Split1D.Divisions;
object[] ratios = lusasMeshLine.getValue("ratio");
object[] ratios = lusasMeshLine.getMeshDivisions(0);
value = ratios.Count();
if (value == 0)
value = 4;
Expand Down
2 changes: 1 addition & 1 deletion Lusas_Adapter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]
[assembly: AssemblyFileVersion("7.2.0.0")]



Expand Down
2 changes: 1 addition & 1 deletion Lusas_Engine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]
[assembly: AssemblyFileVersion("7.2.0.0")]



Expand Down
2 changes: 1 addition & 1 deletion Lusas_oM/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]
[assembly: AssemblyFileVersion("7.2.0.0")]



Expand Down

0 comments on commit c818b0b

Please sign in to comment.