]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix deprecated position
authorTimo Heister <timo.heister@gmail.com>
Fri, 10 Jan 2020 15:36:43 +0000 (10:36 -0500)
committerTimo Heister <timo.heister@gmail.com>
Sat, 11 Jan 2020 16:28:32 +0000 (11:28 -0500)
include/deal.II/multigrid/mg_transfer.h
include/deal.II/multigrid/mg_transfer_block.h
include/deal.II/multigrid/mg_transfer_component.h

index c40553aac320c9411e21088fe859ab69638b500c..fc2e630f228118bc12a1a1d7b790e23623da2636 100644 (file)
@@ -717,9 +717,8 @@ public:
    *
    * @deprecated use build() instead.
    */
-  DEAL_II_DEPRECATED
   template <int dim, int spacedim>
-  void
+  DEAL_II_DEPRECATED void
   build_matrices(const DoFHandler<dim, spacedim> &dof_handler);
 
   /**
index 9ebc8fea590fa9fdd1c7171ceb1198aff6938358..b2536c1c3ddec8feaa13deb0d7aa025b864f7f04 100644 (file)
@@ -110,9 +110,8 @@ protected:
    *
    * @deprecated Use build() instead.
    */
-  DEAL_II_DEPRECATED
   template <int dim, int spacedim>
-  void
+  DEAL_II_DEPRECATED void
   build_matrices(const DoFHandler<dim, spacedim> &dof,
                  const DoFHandler<dim, spacedim> &mg_dof);
 
@@ -250,9 +249,8 @@ public:
    *
    * @deprecated Use the build() function instead.
    */
-  DEAL_II_DEPRECATED
   template <int dim, int spacedim>
-  void
+  DEAL_II_DEPRECATED void
   build_matrices(const DoFHandler<dim, spacedim> &dof,
                  const DoFHandler<dim, spacedim> &mg_dof,
                  const std::vector<bool> &        selected);
@@ -393,9 +391,8 @@ public:
    *
    * @deprecated Use build() instead.
    */
-  DEAL_II_DEPRECATED
   template <int dim, int spacedim>
-  void
+  DEAL_II_DEPRECATED void
   build_matrices(const DoFHandler<dim, spacedim> &dof,
                  const DoFHandler<dim, spacedim> &mg_dof,
                  unsigned int                     selected);
index 6e1f390fc8a714d20569b1f929034182b00b55f3..c76207edd6f94fedff0f72b8f997d06e4f1588f6 100644 (file)
@@ -97,9 +97,8 @@ protected:
    *
    * @deprecated Use build() instead.
    */
-  DEAL_II_DEPRECATED
   template <int dim, int spacedim>
-  void
+  DEAL_II_DEPRECATED void
   build_matrices(const DoFHandler<dim, spacedim> &dof,
                  const DoFHandler<dim, spacedim> &mg_dof);
 
@@ -240,9 +239,8 @@ public:
    *
    * @deprecated Use build() instead.
    */
-  DEAL_II_DEPRECATED
   template <int dim, int spacedim>
-  void
+  DEAL_II_DEPRECATED void
   build_matrices(
     const DoFHandler<dim, spacedim> &dof,
     const DoFHandler<dim, spacedim> &mg_dof,

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.