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

Remove unused typedefs

parent c0adbb79
No related branches found
No related tags found
No related merge requests found
......@@ -66,9 +66,6 @@ int main (int argc, char *argv[]) try
// Generate the grid
// /////////////////////////////
typedef UGGrid<dim> GridType;
typedef BoundaryPatch<GridType::LevelGridView> LevelBoundaryPatch;
typedef BoundaryPatch<GridType::LeafGridView> LeafBoundaryPatch;
GridType* grid = new GridType;
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