]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixing grammer errors 13863/head
authorPengfei Jia <pengfej@clemson.edu>
Mon, 30 May 2022 20:20:54 +0000 (16:20 -0400)
committerPengfei Jia <pengfej@clemson.edu>
Mon, 30 May 2022 20:22:39 +0000 (16:22 -0400)
Fixing grammer errors

source/base/data_out_base.cc

index 5844e0026247a69014803254ca8f8e3631d9bb8e..bfa770c2eba7c7a3f8de4e861e8821a796f9aac7 100644 (file)
@@ -7719,7 +7719,7 @@ DataOutInterface<dim, spacedim>::write_vtu_in_parallel(
       std::stringstream ss;
       DataOutBase::write_vtu_header(ss, vtk_flags);
       header_size = ss.str().size();
-      // Write the header on rank 0 at the starting of a file, i.e., offset 0.
+      // Write the header on rank 0 at the start of a file, i.e., offset 0.
       ierr = Utilities::MPI::LargeCount::MPI_File_write_at_c(
         fh, 0, ss.str().c_str(), header_size, MPI_CHAR, MPI_STATUS_IGNORE);
       AssertThrowMPI(ierr);
@@ -7746,7 +7746,7 @@ DataOutInterface<dim, spacedim>::write_vtu_in_parallel(
                                   vtk_flags,
                                   ss);
 
-    // using prefix sum to find specific offset to write at.
+    // Use prefix sum to find specific offset to write at.
     const std::uint64_t size_on_proc = ss.str().size();
     std::uint64_t prefix_sum = 0;
     ierr =
@@ -7774,7 +7774,7 @@ DataOutInterface<dim, spacedim>::write_vtu_in_parallel(
         DataOutBase::write_vtu_footer(ss);
         const unsigned int footer_size = ss.str().size();
 
-        // Writing Footer.
+        // Writing footer:
         ierr =
           Utilities::MPI::LargeCount::MPI_File_write_at_c(fh,
                                                           footer_offset,

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.