Browse Source

do not clear moduleToIndexMap for second run

tempestpy_adaptions
Stefan Pranger 4 years ago
committed by Tim Quatmann
parent
commit
81db530f70
  1. 1
      src/storm-parsers/parser/PrismParser.h

1
src/storm-parsers/parser/PrismParser.h

@ -37,7 +37,6 @@ namespace storm {
formulas.clear();
globalBooleanVariables.clear();
globalIntegerVariables.clear();
moduleToIndexMap.clear();
players.clear();
playerControlledModules.clear();
playerControlledCommands.clear();

Loading…
Cancel
Save