File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
MidasCivil_Engine/Properties Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ private bool CreateCollection(IEnumerable<BarPointLoad> barPointLoads)
9191 CompareLoadGroup ( midasLoadGroup , loadGroupPath ) ;
9292 RemoveEndOfDataString ( barLoadPath ) ;
9393 File . AppendAllLines ( barLoadPath , midasBarLoads ) ;
94+
95+ Compute . RecordWarning ( "MidasCivil only supports parametric distances with BarPointLoads." ) ;
9496 }
9597
9698 return true ;
Original file line number Diff line number Diff line change 5454// You can specify all the values or you can default the Build and Revision Numbers
5555// by using the '*' as shown below:
5656// [assembly: AssemblyVersion("1.0.*")]
57- [ assembly: AssemblyVersion ( "8 .0.0.0" ) ]
58- [ assembly: AssemblyFileVersion ( "8.3 .0.0" ) ]
57+ [ assembly: AssemblyVersion ( "9 .0.0.0" ) ]
58+ [ assembly: AssemblyFileVersion ( "9.0 .0.0" ) ]
5959
6060
6161
Original file line number Diff line number Diff line change 5454// You can specify all the values or you can default the Build and Revision Numbers
5555// by using the '*' as shown below:
5656// [assembly: AssemblyVersion("1.0.*")]
57- [ assembly: AssemblyVersion ( "8 .0.0.0" ) ]
58- [ assembly: AssemblyFileVersion ( "8.3 .0.0" ) ]
57+ [ assembly: AssemblyVersion ( "9 .0.0.0" ) ]
58+ [ assembly: AssemblyFileVersion ( "9.0 .0.0" ) ]
5959
6060
6161
Original file line number Diff line number Diff line change 5454// You can specify all the values or you can default the Build and Revision Numbers
5555// by using the '*' as shown below:
5656// [assembly: AssemblyVersion("1.0.*")]
57- [ assembly: AssemblyVersion ( "8 .0.0.0" ) ]
58- [ assembly: AssemblyFileVersion ( "8.3 .0.0" ) ]
57+ [ assembly: AssemblyVersion ( "9 .0.0.0" ) ]
58+ [ assembly: AssemblyFileVersion ( "9.0 .0.0" ) ]
5959
6060
6161
You can’t perform that action at this time.
0 commit comments