Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 6759fed

Browse files
alash325OpenModelica-Hudson
authored andcommitted
- added wrongly deleted line
1 parent f9cfd80 commit 6759fed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Compiler/Template/CodegenFMU.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2547,6 +2547,7 @@ template dumpFMIModelVariableCausalityAndBaseType(String causality, String baseT
25472547
else if boolAnd(generateOutputConnectors, boolAnd(stringEq(causality, "output"),stringEq(baseType, "Real"))) then "Modelica.Blocks.Interfaces.RealOutput"
25482548
else if boolAnd(generateOutputConnectors, boolAnd(stringEq(causality, "output"),stringEq(baseType, "Integer"))) then "Modelica.Blocks.Interfaces.IntegerOutput"
25492549
else if boolAnd(generateOutputConnectors, boolAnd(stringEq(causality, "output"),stringEq(baseType, "Boolean"))) then "Modelica.Blocks.Interfaces.BooleanOutput"
2550+
else if stringEq(causality, "") then baseType else causality+" "+baseType
25502551
end dumpFMIModelVariableCausalityAndBaseType;
25512552

25522553
template dumpFMIModelVariableCausality(String causality)

0 commit comments

Comments
 (0)