Changes between Initial Version and Version 1 of Ticket #1860
- Timestamp:
- 2012-10-02T12:57:20Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1860
- Property Cc added
-
Ticket #1860 – Description
initial v1 3 3 4 4 the first tested model is: 5 {{{ 5 6 model SpringWithMass 6 7 extends Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass; 7 8 end SpringWithMass; 8 9 }}} 9 10 output file log contains this: 10 11 … … 31 32 32 33 and the result is this: 33 34 {{{ 34 35 record SimulationResult 35 36 resultFile = "c:/temp/TestPolimi.MultiBody.MSLTest.Failed.SpringWithMass_res.mat", … … 39 40 info | model terminate | Simulation terminated at time 0.002 40 41 ... 42 }}}