]> https://gitweb.dealii.org/ - dealii.git/commitdiff
reindent 15507/head
authorMatthias Maier <tamiko@43-1.org>
Tue, 27 Jun 2023 17:08:13 +0000 (12:08 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 27 Jun 2023 17:08:13 +0000 (12:08 -0500)
include/deal.II/lac/read_write_vector.h

index a062cf7aeaf45c671cfc954a3a991a0d80b209ab..c3464594cfc719b25150d9eb95f37bf0dbdeaedd 100644 (file)
@@ -459,14 +459,12 @@ namespace LinearAlgebra
      * @deprecated Use import_elements() instead.
      */
     template <typename Dummy = Number>
-    DEAL_II_DEPRECATED
-      std::enable_if_t<std::is_same<Dummy, Number>::value &&
-                       dealii::is_tpetra_type<Number>::value>
-      import(
-        const TpetraWrappers::Vector<Number> &V,
-        VectorOperation::values               operation,
-        const std::shared_ptr<const Utilities::MPI::CommunicationPatternBase>
-          &communication_pattern = {})
+    DEAL_II_DEPRECATED std::enable_if_t<std::is_same<Dummy, Number>::value &&
+                                        dealii::is_tpetra_type<Number>::value>
+                       import(const TpetraWrappers::Vector<Number> &V,
+                              VectorOperation::values               operation,
+                              const std::shared_ptr<const Utilities::MPI::CommunicationPatternBase>
+                                &communication_pattern = {})
     {
       import_elements(V, operation, communication_pattern);
     }

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.