Merge pull request #525 from blattms/adapt_flow_solvent-to_redistribute_interface_change

Adapts flow_solvent to change in redistribution interface.
This commit is contained in:
dr-robertk
2015-10-29 16:38:10 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -356,7 +356,6 @@ void distributeGridAndData( Dune::CpGrid& grid,
// really, really cumbersome for the underlying vector<shared_ptr>
// where the classes pointed to even have more shared_ptr stored in them.
typedef Dune::CpGrid::ParallelIndexSet IndexSet;
typedef IndexSet::IndexPair Pair;
const IndexSet& local_indices = grid.getCellIndexSet();
for ( auto index : local_indices )
{