From 666d3a2c1fd9a5df5e0d31d6f0ea56017bd3e411 Mon Sep 17 00:00:00 2001 From: Jianjun Hu Date: Tue, 14 Sep 2021 06:26:02 -0700 Subject: [PATCH] removed single quote, #2612 (#2613) --- Buildings/Controls/OBC/CDL/Interfaces/BooleanInput.mo | 2 +- Buildings/Controls/OBC/CDL/Interfaces/BooleanOutput.mo | 2 +- Buildings/Controls/OBC/CDL/Interfaces/IntegerInput.mo | 2 +- Buildings/Controls/OBC/CDL/Interfaces/IntegerOutput.mo | 2 +- Buildings/Controls/OBC/CDL/Interfaces/RealInput.mo | 2 +- Buildings/Controls/OBC/CDL/Interfaces/RealOutput.mo | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Buildings/Controls/OBC/CDL/Interfaces/BooleanInput.mo b/Buildings/Controls/OBC/CDL/Interfaces/BooleanInput.mo index 27228c938aa..b11cca1fb82 100644 --- a/Buildings/Controls/OBC/CDL/Interfaces/BooleanInput.mo +++ b/Buildings/Controls/OBC/CDL/Interfaces/BooleanInput.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.CDL.Interfaces; connector BooleanInput=input Boolean - "'input Boolean' as connector" + "Boolean input connector" annotation (defaultComponentName="u", Icon(graphics={Polygon(lineColor={255,0,255}, fillColor={255,0,255}, diff --git a/Buildings/Controls/OBC/CDL/Interfaces/BooleanOutput.mo b/Buildings/Controls/OBC/CDL/Interfaces/BooleanOutput.mo index 0875c5f2093..61b06f79c93 100644 --- a/Buildings/Controls/OBC/CDL/Interfaces/BooleanOutput.mo +++ b/Buildings/Controls/OBC/CDL/Interfaces/BooleanOutput.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.CDL.Interfaces; connector BooleanOutput=output Boolean - "'output Boolean' as connector" + "Boolean output connector" annotation (defaultComponentName="y", Icon(coordinateSystem(preserveAspectRatio=true, initialScale=0.2, diff --git a/Buildings/Controls/OBC/CDL/Interfaces/IntegerInput.mo b/Buildings/Controls/OBC/CDL/Interfaces/IntegerInput.mo index 80444b4949e..10da84c27c3 100644 --- a/Buildings/Controls/OBC/CDL/Interfaces/IntegerInput.mo +++ b/Buildings/Controls/OBC/CDL/Interfaces/IntegerInput.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.CDL.Interfaces; connector IntegerInput=input Integer - "'input Integer' as connector" + "Integer input connector" annotation (defaultComponentName="u", Icon(graphics={Polygon(lineColor={255,127,0}, fillColor={255,127,0}, diff --git a/Buildings/Controls/OBC/CDL/Interfaces/IntegerOutput.mo b/Buildings/Controls/OBC/CDL/Interfaces/IntegerOutput.mo index c569fd1bfe5..b82e9a055a2 100644 --- a/Buildings/Controls/OBC/CDL/Interfaces/IntegerOutput.mo +++ b/Buildings/Controls/OBC/CDL/Interfaces/IntegerOutput.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.CDL.Interfaces; connector IntegerOutput=output Integer - "'output Integer' as connector" + "Integer output connector" annotation (defaultComponentName="y", Icon(coordinateSystem(preserveAspectRatio=true, initialScale=0.2, diff --git a/Buildings/Controls/OBC/CDL/Interfaces/RealInput.mo b/Buildings/Controls/OBC/CDL/Interfaces/RealInput.mo index ac30c2b1977..01c8cdad826 100644 --- a/Buildings/Controls/OBC/CDL/Interfaces/RealInput.mo +++ b/Buildings/Controls/OBC/CDL/Interfaces/RealInput.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.CDL.Interfaces; connector RealInput=input Real - "'input Real' as connector" + "Real input connector" annotation (defaultComponentName="u", Icon(graphics={Polygon(lineColor={0,0,127}, fillColor={0,0,127}, diff --git a/Buildings/Controls/OBC/CDL/Interfaces/RealOutput.mo b/Buildings/Controls/OBC/CDL/Interfaces/RealOutput.mo index b0784028797..3678bc69689 100644 --- a/Buildings/Controls/OBC/CDL/Interfaces/RealOutput.mo +++ b/Buildings/Controls/OBC/CDL/Interfaces/RealOutput.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.CDL.Interfaces; connector RealOutput=output Real - "'output Real' as connector" + "Real output connector" annotation (defaultComponentName="y", Icon(coordinateSystem(preserveAspectRatio=true, initialScale=0.2,