From 86eac6bce5ec85d4255ee406c69ec864798e3946 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 16 Aug 2010 15:18:00 +0000 Subject: [PATCH] remove declaration of nonexisting function git-svn-id: https://svn.dealii.org/trunk@21668 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-39/step-39.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/examples/step-39/step-39.cc b/deal.II/examples/step-39/step-39.cc index 30e77699b7..275dcb1e37 100644 --- a/deal.II/examples/step-39/step-39.cc +++ b/deal.II/examples/step-39/step-39.cc @@ -383,7 +383,6 @@ class Step39 void error (); double estimate (); void solve (); - void refine_grid (); void output_results (const unsigned int cycle) const; // The member objects related to -- 2.39.5