Skip to content

Commit

Permalink
Revert "Hack for ticket 3544"
Browse files Browse the repository at this point in the history
This reverts commit fb0cb73.
  • Loading branch information
lochel committed Nov 20, 2015
1 parent dbb674d commit 199d4cd
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 := listReverse(BackendVariable.getAllStateVarFromVariables(v));
states := BackendVariable.getAllStateVarFromVariables(v);

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

0 comments on commit 199d4cd

Please sign in to comment.