Skip to content
Snippets Groups Projects
Commit 1ecbf054 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

[cleanup] Remove spurious whitespace

[[Imported from SVN: r9990]]
parent 64cd2c59
No related branches found
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ setup(const GridType& grid, ...@@ -197,7 +197,7 @@ setup(const GridType& grid,
// If we are on more than 1 processors, join all local transfer matrices on rank 0, // If we are on more than 1 processors, join all local transfer matrices on rank 0,
// and construct a single global transfer operator there. // and construct a single global transfer operator there.
typedef Dune::GlobalP1Mapper<typename GridType::LeafGridView> GlobalLeafP1Mapper; typedef Dune::GlobalP1Mapper<typename GridType::LeafGridView> GlobalLeafP1Mapper;
GlobalLeafP1Mapper p1Index(grid_->leafGridView() ); GlobalLeafP1Mapper p1Index(grid_->leafGridView());
typedef Dune::MultipleCodimMultipleGeomTypeMapper<typename GridType::LeafGridView, Dune::MCMGVertexLayout> LeafP1LocalMapper; typedef Dune::MultipleCodimMultipleGeomTypeMapper<typename GridType::LeafGridView, Dune::MCMGVertexLayout> LeafP1LocalMapper;
LeafP1LocalMapper leafP1LocalMapper(grid_->leafGridView()); LeafP1LocalMapper leafP1LocalMapper(grid_->leafGridView());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment