Skip to content

Commit

Permalink
Removing unintended code modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar-narasimhan committed May 5, 2023
1 parent e62cba7 commit d79a3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modelica/Blocks/Continuous.mo
Expand Up @@ -770,8 +770,8 @@ to compute u by an algebraic equation.
"Time constant of Integrator block" annotation (Dialog(enable=
controllerType == .Modelica.Blocks.Types.SimpleController.PI or
controllerType == .Modelica.Blocks.Types.SimpleController.PID));
parameter SI.Time Td(min=0)=0.1 "Time constant of Derivative block"
annotation (Dialog(enable=
parameter SI.Time Td(min=0)=0.1
"Time constant of Derivative block" annotation (Dialog(enable=
controllerType == .Modelica.Blocks.Types.SimpleController.PD or
controllerType == .Modelica.Blocks.Types.SimpleController.PID));
parameter Real yMax(start=1) "Upper limit of output";
Expand Down

0 comments on commit d79a3aa

Please sign in to comment.