Browse Source

corrected exception

tempestpy_adaptions
hannah 4 years ago
committed by Stefan Pranger
parent
commit
0f5c4708ca
  1. 2
      src/storm/automata/LTL2DeterministicAutomaton.cpp

2
src/storm/automata/LTL2DeterministicAutomaton.cpp

@ -20,7 +20,7 @@ namespace storm {
#ifdef STORM_HAVE_SPOT
std::string prefixLtl = f.toPrefixString();
spot::parsed_formula spotPrefixLtl = spot::parse_prefix_ltl("())");
spot::parsed_formula spotPrefixLtl = spot::parse_prefix_ltl(prefixLtl);
if(!spotPrefixLtl.errors.empty()){
std::ostringstream errorMsg;
spotPrefixLtl.format_errors(errorMsg);

Loading…
Cancel
Save