From 873bf90ab192415accfede7798738051c36b0f8e Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@math.fu-berlin.de> Date: Tue, 14 Feb 2017 15:32:59 +0100 Subject: [PATCH] Remove unused typedefs --- nonlinelast.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/nonlinelast.cc b/nonlinelast.cc index b92be60..5c807a4 100644 --- a/nonlinelast.cc +++ b/nonlinelast.cc @@ -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")) { -- GitLab