Skip to content

Commit

Permalink
don't remove DAE_AUX_VAR case in BackendDump
Browse files Browse the repository at this point in the history
  • Loading branch information
wibraun authored and OpenModelica-Hudson committed Feb 19, 2019
1 parent 2f1a098 commit 2a07fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/BackendDump.mo
Expand Up @@ -2483,6 +2483,7 @@ algorithm
case BackendDAE.ALG_STATE() then "ALG_STATE";
case BackendDAE.ALG_STATE_OLD() then "ALG_STATE_OLD";
case BackendDAE.DAE_RESIDUAL_VAR() then "DAE_RESIDUAL_VAR";
case BackendDAE.DAE_AUX_VAR() then "DAE_AUX_VAR";
case BackendDAE.LOOP_ITERATION() then "LOOP_ITERATION";
case BackendDAE.LOOP_SOLVED() then "LOOP_SOLVED";
else "ERROR: BackendDump.kindString varKind not implemented";
Expand Down

0 comments on commit 2a07fce

Please sign in to comment.