From: Krishnakumar Gopalakrishnan Date: Tue, 7 Jan 2020 17:43:22 +0000 (+0000) Subject: fixes a typo incorrectly quoting a section wherein the ZeroFunction was first introduced X-Git-Tag: v9.2.0-rc1~725^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4be25708e9d2d78941f1fb03173625b53162ee3;p=dealii.git fixes a typo incorrectly quoting a section wherein the ZeroFunction was first introduced --- diff --git a/examples/step-4/step-4.cc b/examples/step-4/step-4.cc index 7a44af84a2..f4231263d3 100644 --- a/examples/step-4/step-4.cc +++ b/examples/step-4/step-4.cc @@ -118,7 +118,7 @@ private: // simply be omitted for scalar functions. // // Function objects are used in lots of places in the library (for example, in -// step-2 we used a Functions::ZeroFunction instance as an argument to +// step-3 we used a Functions::ZeroFunction instance as an argument to // VectorTools::interpolate_boundary_values) and this is the first tutorial // where we define a new class that inherits from Function. Since we only ever // call Function::value(), we could get away with just a plain function (and