Browse Source

fixed warning for restriction

Former-commit-id: ac2addb531
tempestpy_adaptions
sjunges 9 years ago
parent
commit
6e777e88d1
  1. 3
      src/storage/dft/elements/DFTRestriction.h

3
src/storage/dft/elements/DFTRestriction.h

@ -183,7 +183,8 @@ namespace storm {
}
virtual bool checkDontCareAnymore(storm::storage::DFTState<ValueType>& state, DFTStateSpaceGenerationQueues<ValueType>& queues) const override {
// Actually, it doesnt matter what we return here..
return false;
}
virtual DFTElementType type() const override {

Loading…
Cancel
Save