From: Krishnakumar Gopalakrishnan Date: Wed, 8 Jan 2020 15:21:03 +0000 (+0000) Subject: in step-5, updates another instance of make_grid_and_dofs to make_grid X-Git-Tag: v9.2.0-rc1~718^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9262%2Fhead;p=dealii.git in step-5, updates another instance of make_grid_and_dofs to make_grid --- diff --git a/examples/step-5/step-5.cc b/examples/step-5/step-5.cc index a9d864aa4d..fd191d7163 100644 --- a/examples/step-5/step-5.cc +++ b/examples/step-5/step-5.cc @@ -127,7 +127,7 @@ Step5::Step5() // @sect4{Step5::setup_system} -// This is the function make_grid_and_dofs from the previous +// This is the function make_grid from the previous // example, minus the generation of the grid. Everything else is unchanged: template void Step5::setup_system()