Skip to content

Commit

Permalink
- fixing build
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Nov 8, 2013
1 parent 176924e commit c5b2378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/ResidualCmp.mo
Expand Up @@ -614,7 +614,7 @@ algorithm
kind = daeKindtoBackendDAEKind(daekind);
then
SimCode.SIMVAR(cr, kind, commentStr, unit, displayUnit, -1 /* use -1 to get an error in simulation if something failed */,
minValue, maxValue, NONE(), nomVal, false, type_, false, arrayCref, SimCode.NOALIAS(), source, SimCode.NONECAUS(),NONE(),numArrayElement)::ivars;
minValue, maxValue, NONE(), nomVal, false, type_, false, arrayCref, SimCode.NOALIAS(), source, SimCode.NONECAUS(),NONE(),numArrayElement, false)::ivars;
end match;
end generateVar;

Expand Down

0 comments on commit c5b2378

Please sign in to comment.