Browse Source

Fix in the comment.

Former-commit-id: fe3ff1d2a0
tempestpy_adaptions
sjunges 9 years ago
parent
commit
ec74d01557
  1. 2
      src/storage/SparseMatrix.h

2
src/storage/SparseMatrix.h

@ -385,7 +385,7 @@ namespace storm {
index_type getNumberOfEntries() const;
private:
// The pointer to the columnd and value of the first entry.
// The pointer to the column and value of the first entry.
const_iterator beginIterator;
// The number of non-zero entries in the rows.

Loading…
Cancel
Save