Skip to content

Commit

Permalink
- Fix for bug #1349.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Nov 8, 2010
1 parent 94824fa commit d7389b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Compiler/Static.mo
Expand Up @@ -12953,16 +12953,12 @@ algorithm

case (DAE.MUL_SCALAR_PRODUCT(ty = _),{typ1,typ2},rtype,_)
equation
typ1 = Types.arrayElementType(typ1);
typ2 = Types.arrayElementType(typ2);
true = Types.subtype(typ1, typ2);
then
rtype;

case (DAE.MUL_SCALAR_PRODUCT(ty = _),{typ1,typ2},rtype,_)
equation
typ1 = Types.arrayElementType(typ1);
typ2 = Types.arrayElementType(typ2);
true = Types.subtype(typ2, typ1);
then
rtype;
Expand Down

0 comments on commit d7389b4

Please sign in to comment.