mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added requested braces.
This commit is contained in:
parent
6b8b8b971e
commit
e56e2cae15
@ -959,7 +959,9 @@ namespace Opm {
|
||||
// compute global average
|
||||
grid.comm().sum(B_avg.data(), B_avg.size());
|
||||
for(auto& bval: B_avg)
|
||||
{
|
||||
bval/=global_nc_;
|
||||
}
|
||||
|
||||
auto res = residual();
|
||||
const int nw = res.size() / np;
|
||||
|
Loading…
Reference in New Issue
Block a user