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="