Skip to content

Commit

Permalink
- Merging
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Nov 8, 2010
2 parents 7412337 + d7389b4 commit 1fb4bdb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Compiler/Static.mo
Expand Up @@ -12786,16 +12786,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 1fb4bdb

Please sign in to comment.