Browse Source

do not clear moduleToIndexMap for second run

tempestpy_adaptions
Stefan Pranger 4 years ago
parent
commit
e0a71f331c
  1. 1
      src/storm-parsers/parser/PrismParser.h

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

@ -37,7 +37,6 @@ namespace storm {
formulas.clear(); formulas.clear();
globalBooleanVariables.clear(); globalBooleanVariables.clear();
globalIntegerVariables.clear(); globalIntegerVariables.clear();
moduleToIndexMap.clear();
modules.clear(); modules.clear();
rewardModels.clear(); rewardModels.clear();
labels.clear(); labels.clear();

Loading…
Cancel
Save