Ignore:
Timestamp:
2014-09-08T16:19:54+02:00 (10 years ago)
Author:
perost
Message:

Fix for #2806:

  • Remove input/output from variables which are not at top-level or inside a top-level connector.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testsuite/flattening/libraries/msl22/First.mos

    r21896 r22170  
    3535//   Real fixed.flange_b.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") \"Absolute rotation angle of flange\";
    3636//   Real fixed.flange_b.tau(quantity = \"Torque\", unit = \"N.m\") \"Cut torque in the flange\";
    37 //   input Real torque.tau(quantity = \"Torque\", unit = \"N.m\") \"Torque driving the flange (a positive value accelerates the flange)\";
     37//   Real torque.tau(quantity = \"Torque\", unit = \"N.m\") \"Torque driving the flange (a positive value accelerates the flange)\";
    3838//   Real torque.flange_b.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") \"Absolute rotation angle of flange\";
    3939//   Real torque.flange_b.tau(quantity = \"Torque\", unit = \"N.m\") \"Cut torque in the flange\";
     
    105105//   parameter Real damper.d(unit = \"N.m.s/rad\", min = 0.0) = damping \"Damping constant\";
    106106//   Real damper.w_rel(quantity = \"AngularVelocity\", unit = \"rad/s\", displayUnit = \"rev/min\") \"Relative angular velocity between flange_b and flange_a\";
    107 //   output Real sine.y \"Connector of Real output signal\";
     107//   Real sine.y \"Connector of Real output signal\";
    108108//   parameter Real sine.amplitude = amplitude \"Amplitude of sine wave\";
    109109//   parameter Real sine.freqHz(quantity = \"Frequency\", unit = \"Hz\") = freqHz \"Frequency of sine wave\";
Note: See TracChangeset for help on using the changeset viewer.