Skip to content
Snippets Groups Projects
Forked from agnumpde / dune-tectonic
3 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
explicitgrid.hh 176 B
#ifndef SRC_EXPLICITGRID_HH
#define SRC_EXPLICITGRID_HH

#include "gridselector.hh"

using LeafGridView = Grid::LeafGridView;
using LevelGridView = Grid::LevelGridView;
#endif