Skip to content

Commit

Permalink
- FIx typo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 8, 2012
1 parent 3cbdda3 commit 260f6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Static.mo
Expand Up @@ -12832,7 +12832,7 @@ algorithm
case (_, _, aboper, DAE.PROP(type1,const1), exp1, DAE.PROP(type2,const2), exp2, _, _, _, _, _, _, _)
equation
false = typeIsRecord(Types.arrayElementType(type1));
false = typeIsRecord(Types.arrayElementType(type1));
false = typeIsRecord(Types.arrayElementType(type2));
(opList, type1,exp1,type2,exp2) = operatorsBinary(aboper, type1, exp1, type2, exp2);
(oper, {exp1,exp2}, otype) = deoverload(opList, {(exp1,type1), (exp2,type2)}, AbExp, inPre, inInfo);
const = Types.constAnd(const1, const2);
Expand Down
2 changes: 1 addition & 1 deletion Examples/BuildModelRecursive.mos
Expand Up @@ -51,7 +51,7 @@ min(writeFile(s + ".mos","
writeFile(\""+log+"\",\""+s+"\n\",append=true);
statFile := \""+s+".stat\";
writeFile(statFile,\"<tr><td bgcolor=\\\"#ff0000\\\">"+s+"</td></tr>\");getErrorString();
loadModel(Modelica,{\"3.1\"});"+loadModelicaTest+"
loadModel(Modelica,{\""+MSLVersion+"\"});"+loadModelicaTest+"
setCommandLineOptions(\"+d=nogen\");
res:=buildModel("+s+");
errFile:=\""+s+".err\";
Expand Down

0 comments on commit 260f6ab

Please sign in to comment.