Changes between Initial Version and Version 1 of Ticket #2566, comment 16


Ignore:
Timestamp:
2014-02-07T06:38:11Z (11 years ago)
Author:
Adrian Pop

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2566, comment 16

    initial v1  
    44Well, the message is normal if you consider how it looks in MSL 3.1:
    55{{{
    6 Modelica.Mechanics.MultiBody.Forces.Spring spring(s_unstretched = 0.1, c(fixed = false) = 100);
     6Modelica.Mechanics.MultiBody.Forces.Spring spring(
     7  s_unstretched = 0.1,
     8  c(fixed = false) = 100);
    79}}}
    810So you have fixed = false and a binding but no start value!