File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Convert/ToBHoM/Properties Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments