Remove another incorrect assertion relating to system size.

This commit is contained in:
Bård Skaflestad
2011-10-06 00:31:40 +02:00
parent 4df2677024
commit 230bc99cee

View File

@@ -83,7 +83,6 @@ namespace Opm {
assert (ndof > 0);
assert (ndof == ndof_);
assert (i == (ia_.size() - 1) / ndof_);
expandSortConn(conn, ndof);
const int nconn = static_cast<int>(esconn_.size());