Skip to content

Commit

Permalink
- added wrongly deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
alash325 authored and OpenModelica-Hudson committed Sep 30, 2016
1 parent f9cfd80 commit 6759fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/Template/CodegenFMU.tpl
Expand Up @@ -2547,6 +2547,7 @@ template dumpFMIModelVariableCausalityAndBaseType(String causality, String baseT
else if boolAnd(generateOutputConnectors, boolAnd(stringEq(causality, "output"),stringEq(baseType, "Real"))) then "Modelica.Blocks.Interfaces.RealOutput"
else if boolAnd(generateOutputConnectors, boolAnd(stringEq(causality, "output"),stringEq(baseType, "Integer"))) then "Modelica.Blocks.Interfaces.IntegerOutput"
else if boolAnd(generateOutputConnectors, boolAnd(stringEq(causality, "output"),stringEq(baseType, "Boolean"))) then "Modelica.Blocks.Interfaces.BooleanOutput"
else if stringEq(causality, "") then baseType else causality+" "+baseType
end dumpFMIModelVariableCausalityAndBaseType;

template dumpFMIModelVariableCausality(String causality)
Expand Down

0 comments on commit 6759fed

Please sign in to comment.