From bbc9464318aaeaadca3801135c78a16143553703 Mon Sep 17 00:00:00 2001 From: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com> Date: Thu, 8 Jun 2023 12:33:37 +0530 Subject: [PATCH] lower case for controller in Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo Co-authored-by: tobolar --- Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo b/Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo index db9bfde849..5c388d52fa 100644 --- a/Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo +++ b/Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo @@ -249,7 +249,7 @@ as desired cooling temperature at the output of the controller) and the desired temperature T (which is used as desired value for the feedback controller). This part of the control system is the \"feed-forward\" part that computes the desired actuator signal. -As feedback controller a simple P Controller with one gain is used. +As feedback controller a simple P controller with one gain is used.