Browse Source

Fixed warning

tempestpy_adaptions
Matthias Volk 4 years ago
parent
commit
9fea07542a
No known key found for this signature in database GPG Key ID: 83A57678F739FCD3
  1. 2
      src/storm-parsers/parser/PrismParser.cpp

2
src/storm-parsers/parser/PrismParser.cpp

@ -453,7 +453,7 @@ namespace storm {
return false;
}
return true;
};
}
bool PrismParser::isFreshIdentifier(std::string const& identifier) {
if (!this->secondRun && this->manager->hasVariable(identifier)) {

Loading…
Cancel
Save