From f167d321aad1bae99428beca55227be18952daf4 Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Wed, 28 Oct 2015 16:33:58 +0100 Subject: [PATCH] Added some spaces around parenthesis. --- opm/autodiff/RedistributeDataHandles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/autodiff/RedistributeDataHandles.hpp b/opm/autodiff/RedistributeDataHandles.hpp index 0e3ba6146..3a7b94f29 100644 --- a/opm/autodiff/RedistributeDataHandles.hpp +++ b/opm/autodiff/RedistributeDataHandles.hpp @@ -358,7 +358,7 @@ void distributeGridAndData( Dune::CpGrid& grid, typedef Dune::CpGrid::ParallelIndexSet IndexSet; typedef IndexSet::IndexPair Pair; const IndexSet& local_indices = grid.getCellIndexSet(); - for(auto index : local_indices) + for ( auto index : local_indices ) { distributed_material_law_manager->materialLawParamsPointer(index.local()) = material_law_manager->materialLawParamsPointer(index.global());