Skip to content
Open
Show file tree
Hide file tree
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 2.0"
import Modelica.Blocks.Types.Init;
parameter Real k=1 "Integrator gain";
parameter Boolean use_reset = false "= true, if reset port enabled"
Expand Down
2 changes: 1 addition & 1 deletion Modelica/Constants.mo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
within Modelica;
package Constants
"Library of mathematical constants and constants of nature (e.g., pi, eps, R, sigma)"
"Library of mathematical constants and constants of nature (e.g., pi, eps, R, sigma) Test"

extends Modelica.Icons.Package;
import Modelica.Units.SI;
Expand Down
Loading