From: David Wells Date: Sat, 5 Mar 2016 17:08:44 +0000 (-0500) Subject: Prefer SparsityPatternType to Sparsity. X-Git-Tag: v8.5.0-rc1~1243^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2309%2Fhead;p=dealii.git Prefer SparsityPatternType to Sparsity. --- 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(),