Removes unused typedef

This commit is contained in:
Markus Blatt 2015-10-29 16:35:58 +01:00
parent d29a181336
commit 113949190b

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 )
{