Skip to content

Commit

Permalink
- proper debug Matching in IndexReduktion
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich authored and OpenModelica-Hudson committed Jul 16, 2015
1 parent 6a5d5bd commit d2e10c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/IndexReduction.mo
Expand Up @@ -2076,8 +2076,8 @@ algorithm
vec2 = arrayCreate(ne,-1);
BackendDAEEXT.getAssignment(vec1,vec2);
if Flags.isSet(Flags.BLT_DUMP) then
BackendDump.dumpMatching(vec1);
BackendDump.dumpMatching(vec2);
BackendDump.dumpMatchingVars(vec1);
BackendDump.dumpMatchingEqns(vec2);
end if;
// get the matched state candidates -> dummyVars
(dstates,_) = checkAssignment(1,nv,vec1,vars);
Expand Down

0 comments on commit d2e10c4

Please sign in to comment.