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();
globalBooleanVariables.clear();
globalIntegerVariables.clear();
moduleToIndexMap.clear();
modules.clear();
rewardModels.clear();
labels.clear();

Loading…
Cancel
Save