Skip to content

Commit

Permalink
Fixes for RML signatures
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18561 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 31, 2013
1 parent 53721d9 commit 2f5446f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/SCode.mo
Original file line number Diff line number Diff line change
Expand Up @@ -5430,10 +5430,10 @@ algorithm
end isInstantiableClassRestriction;

public function isInitial
input Initial _initial;
input Initial inInitial;
output Boolean isIn;
algorithm
isIn := match _initial
isIn := match inInitial
case INITIAL() then true;
else false;
end match;
Expand Down

0 comments on commit 2f5446f

Please sign in to comment.