From: Matthias Maier Date: Fri, 15 Jun 2018 23:18:37 +0000 (-0500) Subject: step-5: remove TODO X-Git-Tag: v9.1.0-rc1~979^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb42dc0d8d0539a3de41ea2f1c19ea31b2a065db;p=dealii.git step-5: remove TODO --- diff --git a/examples/step-5/TODO b/examples/step-5/TODO deleted file mode 100644 index 09b0612560..0000000000 --- a/examples/step-5/TODO +++ /dev/null @@ -1 +0,0 @@ -Text following 414 is wrong diff --git a/examples/step-5/step-5.cc b/examples/step-5/step-5.cc index 1e939eb357..102c04906a 100644 --- a/examples/step-5/step-5.cc +++ b/examples/step-5/step-5.cc @@ -158,12 +158,6 @@ void Step5::setup_system() // side can take a comparable time, and you should think about using one or // two optimizations at some places. // -// What we will show here is how we can avoid calls to the shape_value, -// shape_grad, and quadrature_point functions of the FEValues object. The way -// to do so will be explained in the following, while those parts of this -// function that are not changed with respect to the previous example are not -// commented on. -// // The first parts of the function are completely unchanged from before: template void Step5::assemble_system()