From 3630c6266c2b37c23d0a12aab9eeaba1436ce52e Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 9 May 2019 00:17:16 -0400 Subject: [PATCH] Update examples/step-53/step-53.cc Co-Authored-By: Wolfgang Bangerth --- examples/step-53/step-53.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-53/step-53.cc b/examples/step-53/step-53.cc index 602d8f6f0e..b76e510810 100644 --- a/examples/step-53/step-53.cc +++ b/examples/step-53/step-53.cc @@ -334,7 +334,7 @@ namespace Step53 // domain and returns the corresponding location in the domain that we // want to map to. This is, of course, exactly the push forward // function of the geometry we use. We wrap it by a lambda function to - // obtaining the desired object required for the transformation. + // obtain the kind of function object required for the transformation. void run() { AfricaGeometry geometry; -- 2.39.5