Skip to content

Commit

Permalink
Remove pointless call
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 31, 2014
1 parent 29e8149 commit 4e79073
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/BackEnd/SymbolicJacobian.mo
Expand Up @@ -2160,7 +2160,6 @@ algorithm
// prepare creation of symbolic jacobian
// create dependent variables
dependentVarsLst = BackendVariable.varList(dependentVars);
_ = List.map(dependentVarsLst, BackendVariable.varCref);

(symJacBDAE, sparsePattern, sparseColoring, funcs) = createJacobian(backendDAE,
independentVarsLst,
Expand Down

0 comments on commit 4e79073

Please sign in to comment.