mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add spaces around binaries and explicit braces.
This commit is contained in:
parent
be7abe0706
commit
e2df1e981c
@ -120,7 +120,9 @@ public:
|
||||
{
|
||||
// component the max global index
|
||||
for( auto i = indexSet_->begin(), end = indexSet_->end(); i != end; ++i )
|
||||
{
|
||||
max_gi = std::max(max_gi, i->global());
|
||||
}
|
||||
++max_gi;
|
||||
max_gi = communicator_.max(max_gi);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user