From 1fe811ac478f4de240c2145d65f15dc26bf53472 Mon Sep 17 00:00:00 2001 From: young Date: Fri, 17 Jan 2014 12:54:48 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@32233 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-16/step-16.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-16/step-16.cc b/deal.II/examples/step-16/step-16.cc index e03e244297..67b1a5b413 100644 --- a/deal.II/examples/step-16/step-16.cc +++ b/deal.II/examples/step-16/step-16.cc @@ -526,7 +526,7 @@ namespace Step16 // with a gotcha that is easily forgotten: The indices of global // degrees of freedom we want here are the ones for current level, not // for the global matrix. We therefore need the function - // MGDoFAccessorLLget_mg_dof_indices, not + // MGDoFAccessor::get_mg_dof_indices, not // MGDoFAccessor::get_dof_indices as used in the assembly of the // global system: cell->get_mg_dof_indices (local_dof_indices); -- 2.39.5