]> https://gitweb.dealii.org/ - dealii.git/commitdiff
reformat comment block 14112/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 7 Jul 2022 18:05:08 +0000 (14:05 -0400)
committerTimo Heister <timo.heister@gmail.com>
Thu, 7 Jul 2022 18:05:08 +0000 (14:05 -0400)
source/base/data_out_base.cc

index 9c13da3b6bab8c05cec0aab5cc509de35e4bd8d7..92dbdef2e5f49b72c2ecc4ce98cb4796968873a7 100644 (file)
@@ -8606,13 +8606,13 @@ DataOutBase::write_hdf5_parallel(
       "Serial HDF5 output on multiple processes is not yet supported."));
 #  endif
 
-  // Verify that there are indeed patches to be written out. most of the times,
-  // people just forget to call build_patches when there are no patches, so a
-  // warning is in order. That said, the assertion is disabled if we run with
-  // more than one MPI rank,
-  // since then it can happen that, on coarse meshes, a processor simply has
-  // no cells it actually owns, and in that case it is legit if there are no
-  // patches.
+  // Verify that there are indeed patches to be written out. most of
+  // the times, people just forget to call build_patches when there
+  // are no patches, so a warning is in order. That said, the
+  // assertion is disabled if we run with more than one MPI rank,
+  // since then it can happen that, on coarse meshes, a processor
+  // simply has no cells it actually owns, and in that case it is
+  // legit if there are no patches.
   Assert((patches.size() > 0) || (n_ranks > 1), ExcNoPatches());
 
   // The HDF5 routines perform a bunch of collective calls that expect all

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.