]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Corrected Indenting. 12968/head
authorJustin O'Connor <juleoc@colostate.edu>
Mon, 6 Dec 2021 13:23:56 +0000 (06:23 -0700)
committerJustin O'Connor <juleoc@colostate.edu>
Mon, 6 Dec 2021 13:23:56 +0000 (06:23 -0700)
source/lac/trilinos_vector.cc
tests/mpi/trilinos_vector_non_negative.cc

index 7581f764fe425af880ba8f1bcabc0f34107d80fa..557f5a9c57e06cfd1ef5d16b81238b8cf7aca747 100644 (file)
@@ -774,7 +774,8 @@ namespace TrilinosWrappers
 
       // in parallel, check that the vector
       // is zero on _all_ processors.
-      const auto max_n_negative = Utilities::MPI::max(flag, get_mpi_communicator());
+      const auto max_n_negative =
+        Utilities::MPI::max(flag, get_mpi_communicator());
       return max_n_negative == 0;
     }
 
index 8a24f9d8f0c7bb32ea6b88eac43647a35a95d42a..78f6d444349d0c77d65703ba4f9382cfae4ad9bb 100644 (file)
@@ -15,8 +15,8 @@
 
 
 
-// check correct behavior of checking all Trilinos vector entries are non-negative
-// works for distributed vectors
+// check correct behavior of checking all Trilinos vector entries are
+// non-negative works for distributed vectors
 
 #include <deal.II/base/index_set.h>
 #include <deal.II/base/utilities.h>

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.