Changeset 12646


Ignore:
Timestamp:
2012-08-23T11:32:54+02:00 (12 years ago)
Author:
Frenkel TUD
Message:
  • fix tests dummyDerMatching
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/BackEnd/IndexReduction.mo

    r12641 r12646  
    18391839      //print("\n");
    18401840        select = unsetSelectArray(dstates,select);
    1841         determinants = getDeterminants(states,jac,unassignedEqnsSize-1,size,arrayList(digraph),select,{},{});
     1841        determinants = getDeterminants1(states,jac,unassignedEqnsSize-1,size,arrayList(digraph),select,{},{});
    18421842        Debug.fcall(Flags.BLT_DUMP, BackendDump.debuglst,((determinants,dumpDeterminants,"","")));
    18431843        // generate state set and condition name
Note: See TracChangeset for help on using the changeset viewer.