]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unused private function DoFHandler::reserve_space 5113/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 19 Sep 2017 15:40:42 +0000 (17:40 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 19 Sep 2017 15:41:57 +0000 (17:41 +0200)
include/deal.II/dofs/dof_handler.h
source/dofs/dof_handler.cc

index 49c86e92abcb4ed9bb2d62c454b00a91cf31ae22..d8e8a45fea899e01e031187390b806e27fc4c6ce 100644 (file)
@@ -1049,11 +1049,6 @@ private:
    */
   void clear_mg_space ();
 
-  /**
-   * Allocate space that will be used by distribute_dofs().
-   */
-  void reserve_space ();
-
   template <int structdim>
   types::global_dof_index get_dof_index (const unsigned int obj_level,
                                          const unsigned int obj_index,
index 1f8dfa288bdbd2cab59c0838c8fe2d19a3969ac8..b375cd034899fa736caa676e125769414f3c3e17 100644 (file)
@@ -1057,14 +1057,6 @@ void DoFHandler<dim, spacedim>::distribute_mg_dofs ()
 
 
 
-template <int dim, int spacedim>
-void DoFHandler<dim, spacedim>::reserve_space ()
-{
-  //TODO: move this to distribute_mg_dofs and remove function
-}
-
-
-
 template <int dim, int spacedim>
 void DoFHandler<dim, spacedim>::clear_mg_space ()
 {

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.