Changes between Initial Version and Version 1 of Ticket #2566, comment 16
- Timestamp:
- 2014-02-07T06:38:11Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2566, comment 16
initial v1 4 4 Well, the message is normal if you consider how it looks in MSL 3.1: 5 5 {{{ 6 Modelica.Mechanics.MultiBody.Forces.Spring spring(s_unstretched = 0.1, c(fixed = false) = 100); 6 Modelica.Mechanics.MultiBody.Forces.Spring spring( 7 s_unstretched = 0.1, 8 c(fixed = false) = 100); 7 9 }}} 8 10 So you have fixed = false and a binding but no start value!