]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Prefer SparsityPatternType to Sparsity. 2309/head
authorDavid Wells <wellsd2@rpi.edu>
Sat, 5 Mar 2016 17:08:44 +0000 (12:08 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Sat, 5 Mar 2016 19:45:18 +0000 (14:45 -0500)
include/deal.II/dofs/dof_tools.h

index 4a9253d003114fee225e5d7fe4f029ee23733972..eb160a7a6bfb15d5dc2fb16544c1e68db644baa2 100644 (file)
@@ -1697,8 +1697,8 @@ namespace DoFTools
    * @note The ordering of rows (cells) follows the ordering of the standard
    * cell iterators.
    */
-  template <typename DoFHandlerType, class Sparsity>
-  void make_cell_patches(Sparsity                &block_list,
+  template <typename DoFHandlerType, class SparsityPatternType>
+  void make_cell_patches(SparsityPatternType     &block_list,
                          const DoFHandlerType    &dof_handler,
                          const unsigned int       level,
                          const std::vector<bool> &selected_dofs = std::vector<bool>(),

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.