Skip to content

Commit

Permalink
- fix tests dummyDerMatching
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12646 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Aug 23, 2012
1 parent f1ef89d commit 16612f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/IndexReduction.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,7 @@ algorithm
digraph = getDeterminantDigraphSelect(jac,digraph,select);
//print("\n");
select = unsetSelectArray(dstates,select);
determinants = getDeterminants(states,jac,unassignedEqnsSize-1,size,arrayList(digraph),select,{},{});
determinants = getDeterminants1(states,jac,unassignedEqnsSize-1,size,arrayList(digraph),select,{},{});
Debug.fcall(Flags.BLT_DUMP, BackendDump.debuglst,((determinants,dumpDeterminants,"","")));
// generate state set and condition name
crstates = List.map(states,Util.tuple21);
Expand Down

0 comments on commit 16612f8

Please sign in to comment.