Browse Source

fix for wrong ifdef

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

2
src/models/sparse/Dtmc.h

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

Loading…
Cancel
Save