diff --git a/Modelica/Blocks/Continuous.mo b/Modelica/Blocks/Continuous.mo index bd3b79f9f1..4511a437d0 100644 --- a/Modelica/Blocks/Continuous.mo +++ b/Modelica/Blocks/Continuous.mo @@ -5,7 +5,7 @@ package Continuous "Library of continuous control blocks with internal states" extends Modelica.Icons.Package; - block Integrator "Output the integral of the input signal with optional reset" + block Integrator "Output the integral of the input signal with optional reset Mariano was not here" import Modelica.Blocks.Types.Init; parameter Real k=1 "Integrator gain"; parameter Boolean use_reset = false "= true, if reset port enabled"