Changeset 521

Show
Ignore:
Timestamp:
07/29/2007 09:04:43 PM (18 months ago)
Author:
otter
Message:

MultiBody.Parts.FixedRotation: Removed parameter checkTotalPower which was introduced to evaluate and test the bug (just corrected)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Modelica/trunk/Modelica/Mechanics/MultiBody/parts.mo

    r519 r521  
    428428      " Additional parameter depending on shapeType (see docu of Visualizers.Advanced.Shape)." 
    429429      annotation (Dialog(tab="Animation", group="if animation = true", enable=animation)); 
    430     parameter Boolean checkTotalPower=false  
    431       "= true, if total power flowing into this component shall be determined (must be zero)" 
    432       annotation (Dialog(tab="Advanced")); 
     430  /* 
     431  parameter Boolean checkTotalPower=false  
     432    "= true, if total power flowing into this component shall be determined (must be zero)" 
     433    annotation (Dialog(tab="Advanced")); 
     434*/ 
    433435     
    434436    input Types.Color color=Modelica.Mechanics.MultiBody.Types.Defaults.RodColor