Show
Ignore:
Timestamp:
09/29/08 06:39:42 (8 weeks ago)
Author:
otter
Message:

MultiBody.Sensors.RelativeSensor: By accident changed the default value of get_v to true. Reset it to false.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/maintenance/3.0/Modelica/Mechanics/MultiBody/Sensors.mo

    r1167 r1169  
    503503      "= true, to measure the relative position vector from the origin of frame_a to frame_b" 
    504504      annotation(HideResult=true, choices(__Dymola_checkBox=true)); 
    505     parameter Boolean get_v_rel=true 
     505    parameter Boolean get_v_rel=false 
    506506      "= true, to measure the relative velocity of the origin of frame_b with respect to frame_a" 
    507507      annotation(HideResult=true, choices(__Dymola_checkBox=true));