From 3f9e31dbfa084f6fb6c277edbe77ba5ba385ecb3 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 16 Aug 1999 11:30:19 +0000 Subject: [PATCH] Rename restore_grid to restore. git-svn-id: https://svn.dealii.org/trunk@1700 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/grid/persistent_tria.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/grid/persistent_tria.cc b/deal.II/deal.II/source/grid/persistent_tria.cc index 96bc214f1c..477e8db941 100644 --- a/deal.II/deal.II/source/grid/persistent_tria.cc +++ b/deal.II/deal.II/source/grid/persistent_tria.cc @@ -35,7 +35,7 @@ PersistentTriangulation::execute_coarsening_and_refinement () template void -PersistentTriangulation::restore_grid () { +PersistentTriangulation::restore () { // copy the old triangulation. // this will yield an error if the // underlying triangulation was not -- 2.39.5