Skip to content

Commit

Permalink
- SimCodeTV.mo was not merged correctly
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22237 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Marcus Walther committed Sep 10, 2014
1 parent 64fb003 commit 13d19e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Compiler/Template/SimCodeTV.mo
Expand Up @@ -1133,6 +1133,9 @@ package DAE
record BCONST
Boolean bool;
end BCONST;
record CLKCONST
Absyn.ClockKind clk;
end CLKCONST;
record ENUM_LITERAL
Absyn.Path name;
Integer index;
Expand Down Expand Up @@ -3111,6 +3114,10 @@ package Types
input list<DAE.Exp> inDimensionLst;
output DAE.Type outType;
end liftArrayListExp;
function unliftArray
input DAE.Type inType;
output DAE.Type outType;
end unliftArray;
end Types;

package FMI
Expand Down

0 comments on commit 13d19e0

Please sign in to comment.