Skip to content
Snippets Groups Projects
Commit e6df75be authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Remove unused typedef

parent 9908b311
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -86,7 +86,6 @@ int main (int argc, char *argv[]) try { ...@@ -86,7 +86,6 @@ int main (int argc, char *argv[]) try {
typedef UGGrid<dim> GridType; typedef UGGrid<dim> GridType;
typedef BoundaryPatch<GridType::LevelGridView> LevelBoundaryPatch; typedef BoundaryPatch<GridType::LevelGridView> LevelBoundaryPatch;
typedef BoundaryPatch<GridType::LeafGridView> LeafBoundaryPatch;
GridType* grid; GridType* grid;
if (parameterSet.hasKey("parFile")) { if (parameterSet.hasKey("parFile")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment