Browse Source

Fixed typo

tempestpy_adaptions
Matthias Volk 8 years ago
parent
commit
a6cf0d2e0d
  1. 2
      src/storm-dft/storage/dft/elements/DFTPand.h

2
src/storm-dft/storage/dft/elements/DFTPand.h

@ -33,7 +33,7 @@ namespace storm {
}
void checkFailsafe(storm::storage::DFTState<ValueType>& state, DFTStateSpaceGenerationQueues<ValueType>& queues) const override {
bool(inclusive);
assert(inclusive);
STORM_LOG_ASSERT(this->hasFailsafeChild(state), "No failsafe child.");
if(state.isOperational(this->mId)) {
this->failsafe(state, queues);

Loading…
Cancel
Save