mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-14 04:01:55 -06:00
Removes unused typedef
This commit is contained in:
parent
d29a181336
commit
113949190b
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user