Browse Source

minor

Former-commit-id: 5bff182fcf
tempestpy_adaptions
sjunges 11 years ago
parent
commit
48d006ec8d
  1. 2
      src/models/Dtmc.h

2
src/models/Dtmc.h

@ -21,6 +21,7 @@
#include "src/utility/vector.h"
#include "src/utility/matrix.h"
namespace storm {
namespace models {
@ -306,7 +307,6 @@ private:
LOG4CPLUS_ERROR(logger, "Probability matrix is not square.");
return false;
}
for (uint_fast64_t row = 0; row < this->getTransitionMatrix().getRowCount(); ++row) {
T sum = this->getTransitionMatrix().getRowSum(row);

Loading…
Cancel
Save