From: Marc Fehling Date: Fri, 14 May 2021 20:26:54 +0000 (-0600) Subject: step-7: Remove doc about default constructor. X-Git-Tag: v9.3.0-rc1~71^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=489170391be5938f3894cf1bd76de193be6e73bb;p=dealii.git step-7: Remove doc about default constructor. --- diff --git a/examples/step-7/step-7.cc b/examples/step-7/step-7.cc index 0fb3a4da75..6229dae851 100644 --- a/examples/step-7/step-7.cc +++ b/examples/step-7/step-7.cc @@ -168,9 +168,6 @@ namespace Step7 // dimension dim guarantees that the tensor will have the right // shape (since it is built into the type of the object itself), so the // compiler can catch most size-related mistakes for us. - // - // Like in step-4, for compatibility with some compilers we explicitly - // declare the default constructor: template class Solution : public Function, protected SolutionBase {