Browse Source

Cleaning

Former-commit-id: 78f8a427fd
tempestpy_adaptions
mdeutschen 8 years ago
committed by Sebastian Junges
parent
commit
ef81c0fc95
  1. 2
      src/transformations/dft/DftToGspnTransformator.h

2
src/transformations/dft/DftToGspnTransformator.h

@ -32,8 +32,6 @@ namespace storm {
storm::storage::DFT<ValueType> const& mDft; storm::storage::DFT<ValueType> const& mDft;
storm::gspn::GSPN mGspn; storm::gspn::GSPN mGspn;
std::map<int, std::vector<int> > mVoteAssociations; // Used to avoid multiple calculations for the same VOTE.
static constexpr const char* STR_FAILING = "_failing"; // Name standard for transitions that point towards a place, which in turn indicates the failure of a gate. static constexpr const char* STR_FAILING = "_failing"; // Name standard for transitions that point towards a place, which in turn indicates the failure of a gate.
static constexpr const char* STR_FAILED = "_failed"; // Name standard for place which indicates the failure of a gate. static constexpr const char* STR_FAILED = "_failed"; // Name standard for place which indicates the failure of a gate.
static constexpr const char* STR_FAILSAVING = "_failsaving"; // Name standard for transition that point towards a place, which in turn indicates the failsave state of a gate. static constexpr const char* STR_FAILSAVING = "_failsaving"; // Name standard for transition that point towards a place, which in turn indicates the failsave state of a gate.
Loading…
Cancel
Save