Browse Source

added line below for postShield files (analogue to preShield files)

tempestpy_adaptions
Lukas Posch 3 years ago
committed by Stefan Pranger
parent
commit
18497b30b0
  1. 1
      src/storm/storage/PostScheduler.cpp

1
src/storm/storage/PostScheduler.cpp

@ -135,6 +135,7 @@ namespace storm {
// jump to label if we find one undefined choice.
skipStatesWithUndefinedChoices:;
}
out << "___________________________________________________________________" << std::endl;
}
template class PostScheduler<double>;

Loading…
Cancel
Save