Skip to content

Commit

Permalink
[BE] fix bltdump (#274)
Browse files Browse the repository at this point in the history
- removed dumping of stateorder in handler function to prevent
   failing during initialzation with NO_STATESELECTION
 - simulating with -b=bltdump should have always failed before
  • Loading branch information
kabdelhak authored and lochel committed Jun 19, 2019
1 parent 20f03ff commit 4698d26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions OMCompiler/Compiler/BackEnd/IndexReduction.mo
Expand Up @@ -1223,9 +1223,6 @@ algorithm
end if;
end if;
eqns := BackendEquation.getEqnsFromEqSystem(inSystem);
if Flags.isSet(Flags.BLT_DUMP) then
BackendDump.dumpStateOrder(so);
end if;
outArg := (so,arrayCreate(BackendEquation.getNumberOfEquations(eqns),{}),mapEqnIncRow,mapIncRowEqn,BackendEquation.getNumberOfEquations(eqns));
end getStructurallySingularSystemHandlerArg;

Expand Down

0 comments on commit 4698d26

Please sign in to comment.