[fixup] Use the correct function.
This should have been in the las commit and should be added there before merging.
This commit is contained in:
parent
a31fae4507
commit
a1e5b55c3b
@ -196,7 +196,7 @@ namespace Opm
|
||||
Vector b(opA.getmat().N());
|
||||
std::copy(rhs, rhs+b.size(), b.begin());
|
||||
// Make rhs consistent in the parallel case
|
||||
comm.copyOwnerToOverlap(b,b);
|
||||
comm.copyOwnerToAll(b,b);
|
||||
// System solution
|
||||
Vector x(opA.getmat().M());
|
||||
x = 0.0;
|
||||
|
Loading…
Reference in New Issue
Block a user