Skip to content

Commit

Permalink
- fix bootstrapping
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14000 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Nov 20, 2012
1 parent e414496 commit 6288e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/Util/Util.mo
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ protected function arrayMapHelp1 "help function to arrayMap"
output array<Type_b> outArray;
replaceable type Type_a subtypeof Any;
replaceable type Type_b subtypeof Any;
replaceable type Type_arg1 subtypeof Any;
partial function FuncType
input Type_a x;
input Type_arg1 arg1;
Expand Down

0 comments on commit 6288e04

Please sign in to comment.