mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Change assert() to use actual variables present.
This commit is contained in:
parent
9af29fd496
commit
d41bd90a40
@ -120,7 +120,7 @@ namespace Opm
|
||||
b.segment(pos, loc_size) = eqs[elem].value();
|
||||
pos += loc_size;
|
||||
}
|
||||
assert(pos == size);
|
||||
assert(pos == size_b);
|
||||
|
||||
// Create ISTL matrix with interleaved rows and columns (block structured).
|
||||
Mat istlA;
|
||||
|
Loading…
Reference in New Issue
Block a user