From b4be25708e9d2d78941f1fb03173625b53162ee3 Mon Sep 17 00:00:00 2001 From: Krishnakumar Gopalakrishnan Date: Tue, 7 Jan 2020 17:43:22 +0000 Subject: [PATCH] fixes a typo incorrectly quoting a section wherein the ZeroFunction was first introduced --- examples/step-4/step-4.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5