From 6c32c9f90ff0fd6d4b0ca84ec66e66cf0c4f941d Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 1 Mar 2016 20:45:52 -0500 Subject: [PATCH] Fix a wrong comment. --- source/dofs/dof_tools_sparsity.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/dofs/dof_tools_sparsity.cc b/source/dofs/dof_tools_sparsity.cc index eb98b99c72..32db3acc89 100644 --- a/source/dofs/dof_tools_sparsity.cc +++ b/source/dofs/dof_tools_sparsity.cc @@ -941,8 +941,8 @@ namespace DoFTools } - // implementation of the same function in namespace DoFTools for - // non-hp DoFHandlers + // implementation of the same function in namespace DoFTools for hp + // DoFHandlers template void make_flux_sparsity_pattern (const dealii::hp::DoFHandler &dof, -- 2.39.5