From 2975bd72b343289c71f326cd8e2b107ac1ed98a5 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 5 Mar 2016 12:08:44 -0500 Subject: [PATCH] Prefer SparsityPatternType to Sparsity. --- include/deal.II/dofs/dof_tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index 4a9253d003..eb160a7a6b 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -1697,8 +1697,8 @@ namespace DoFTools * @note The ordering of rows (cells) follows the ordering of the standard * cell iterators. */ - template - void make_cell_patches(Sparsity &block_list, + template + void make_cell_patches(SparsityPatternType &block_list, const DoFHandlerType &dof_handler, const unsigned int level, const std::vector &selected_dofs = std::vector(), -- 2.39.5