From f99748a7263af48af1ea2e1e5a9da6302cba3747 Mon Sep 17 00:00:00 2001 From: Casper Fu <91219266+hcasperfu@users.noreply.github.com> Date: Wed, 18 May 2022 10:00:09 -0500 Subject: [PATCH] Maint 8.1.x issue3016 text and graphic errors (#3019) * checked out files under OBC from issue3016 * release notes --- .../OBC/CDL/Conversions/BooleanToInteger.mo | 10 ++++++++-- .../OBC/CDL/Conversions/BooleanToReal.mo | 18 ++++++++++++------ .../Conversions/Validation/BooleanToInteger.mo | 8 ++++---- .../Conversions/Validation/BooleanToReal.mo | 8 ++++---- .../Conversions/Validation/IntegerToReal.mo | 8 ++++---- Buildings/package.mo | 11 +++++++++++ 6 files changed, 43 insertions(+), 20 deletions(-) diff --git a/Buildings/Controls/OBC/CDL/Conversions/BooleanToInteger.mo b/Buildings/Controls/OBC/CDL/Conversions/BooleanToInteger.mo index 4b56e68c8e3..458f3b00154 100644 --- a/Buildings/Controls/OBC/CDL/Conversions/BooleanToInteger.mo +++ b/Buildings/Controls/OBC/CDL/Conversions/BooleanToInteger.mo @@ -23,8 +23,8 @@ equation Documentation( info="

-Block that outputs the Boolean -equivalent of the Integer input. +Block that outputs the Integer +equivalent of the Boolean input.

   y = if u then integerTrue else integerFalse;
@@ -38,6 +38,12 @@ and integerTrue and integerFalse are parameters.
       revisions="