Skip to content

Commit

Permalink
- fix compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12622 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Aug 21, 2012
1 parent 15f3ef7 commit 3c4d95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Script/CevalScript.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ algorithm
(syst,m,mt) = BackendDAEUtil.getIncidenceMatrixfromOption(syst,shared,BackendDAE.NORMAL());
vars = BackendVariable.daeVars(syst);
eqnarr = BackendEquation.daeEqns(syst);
jac = BackendDAEUtil.calculateJacobian(vars, eqnarr, m, mt,false);
jac = BackendDAEUtil.calculateJacobian(vars, eqnarr, m, false,shared);
res = BackendDump.dumpJacobianStr(jac);
then
(cache,Values.STRING(res),Interactive.SYMBOLTABLE(p,aDep,fp,ic_1,iv,cf,lf));
Expand Down

0 comments on commit 3c4d95b

Please sign in to comment.