From: Daniel Arndt Date: Thu, 9 May 2019 04:17:16 +0000 (-0400) Subject: Update examples/step-53/step-53.cc X-Git-Tag: v9.1.0-rc1~109^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3630c6266c2b37c23d0a12aab9eeaba1436ce52e;p=dealii.git Update examples/step-53/step-53.cc Co-Authored-By: Wolfgang Bangerth --- 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;