Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Modelica/Blocks/Continuous.mo
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading