Added some spaces around parenthesis.

This commit is contained in:
Markus Blatt 2015-10-28 16:33:58 +01:00
parent 134b47a5e2
commit f167d321aa

View File

@ -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());