From 0daf567e7226365786f2c46ce9db9e09e9992eb6 Mon Sep 17 00:00:00 2001 From: Krishnakumar Gopalakrishnan Date: Tue, 14 Jan 2020 13:07:32 +0000 Subject: [PATCH] In step6, removes outdated sentence on destructor --- examples/step-6/step-6.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/step-6/step-6.cc b/examples/step-6/step-6.cc index 5c58859443..b4ad0d4ee1 100644 --- a/examples/step-6/step-6.cc +++ b/examples/step-6/step-6.cc @@ -88,9 +88,7 @@ using namespace dealii; // The main class is again almost unchanged. Two additions, however, are made: // we have added the refine_grid function, which is used to // adaptively refine the grid (instead of the global refinement in the -// previous examples), and a variable which will hold the constraints. In -// addition, we have added a destructor to the class for reasons that will -// become clear when we discuss its implementation. +// previous examples), and a variable which will hold the constraints. template class Step6 { -- 2.39.5