From d27da687dbb10e7b4d6d15fef635b69113a573ca Mon Sep 17 00:00:00 2001 From: Krishnakumar Gopalakrishnan Date: Wed, 8 Jan 2020 15:21:03 +0000 Subject: [PATCH] in step-5, updates another instance of make_grid_and_dofs to make_grid --- examples/step-5/step-5.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5