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

Remove unused typedefs

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