mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added some spaces around parenthesis.
This commit is contained in:
parent
134b47a5e2
commit
f167d321aa
@ -358,7 +358,7 @@ void distributeGridAndData( Dune::CpGrid& grid,
|
|||||||
typedef Dune::CpGrid::ParallelIndexSet IndexSet;
|
typedef Dune::CpGrid::ParallelIndexSet IndexSet;
|
||||||
typedef IndexSet::IndexPair Pair;
|
typedef IndexSet::IndexPair Pair;
|
||||||
const IndexSet& local_indices = grid.getCellIndexSet();
|
const IndexSet& local_indices = grid.getCellIndexSet();
|
||||||
for(auto index : local_indices)
|
for ( auto index : local_indices )
|
||||||
{
|
{
|
||||||
distributed_material_law_manager->materialLawParamsPointer(index.local()) =
|
distributed_material_law_manager->materialLawParamsPointer(index.local()) =
|
||||||
material_law_manager->materialLawParamsPointer(index.global());
|
material_law_manager->materialLawParamsPointer(index.global());
|
||||||
|
Loading…
Reference in New Issue
Block a user