Skip to content

Commit

Permalink
Hack for ticket 3544
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel authored and OpenModelica-Hudson committed Nov 19, 2015
1 parent e090d3d commit fb0cb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/SymbolicJacobian.mo
Expand Up @@ -150,7 +150,7 @@ algorithm

// get states for DAE
BackendDAE.DAE(eqs = {BackendDAE.EQSYSTEM(orderedVars = v)}, shared=shared) := DAE;
states := BackendVariable.getAllStateVarFromVariables(v);
states := listReverse(BackendVariable.getAllStateVarFromVariables(v));

// generate sparse pattern
(sparsePattern, coloredCols) := generateSparsePattern(DAE, states, states);
Expand Down

0 comments on commit fb0cb73

Please sign in to comment.