Browse Source

fix for wrong ifdef

Former-commit-id: dd17e10d08
tempestpy_adaptions
dehnert 9 years ago
parent
commit
f879c608eb
  1. 4
      src/models/sparse/Dtmc.h

4
src/models/sparse/Dtmc.h

@ -110,7 +110,8 @@ namespace storm {
void operator()(storm::models::sparse::Dtmc<ValueType> const& dtmc);
};
#endif
private:
/*!
* Checks the probability matrix for validity.
@ -119,7 +120,6 @@ namespace storm {
*/
bool checkValidityOfProbabilityMatrix() const;
};
#endif
} // namespace sparse
} // namespace models

Loading…
Cancel
Save