]> https://gitweb.dealii.org/ - dealii.git/commitdiff
modify comments 17666/head
authorMikael Vaillant <vaillantmikael@yahoo.ca>
Thu, 26 Sep 2024 15:02:14 +0000 (11:02 -0400)
committerMikael Vaillant <vaillantmikael@yahoo.ca>
Thu, 26 Sep 2024 15:07:02 +0000 (11:07 -0400)
source/grid/grid_in.cc

index 382b66a995cc831257e0aa32d07854ad839bc312..3483130d77426293c8ed9cb933bdc07c10dbba20 100644 (file)
@@ -2016,7 +2016,7 @@ GridIn<dim, spacedim>::read_msh(std::istream &input_stream)
   // assign boundary ids.
   std::array<std::map<int, int>, 4> tag_maps;
 
-  // contain the the file stripped of the comments
+  // contain the content of the file stripped of the comments
   std::string stripped_file;
 
   // Comments can be included by mesh generating software and must be deleted,
@@ -2037,7 +2037,7 @@ GridIn<dim, spacedim>::read_msh(std::istream &input_stream)
       stripped_file += line + '\n';
     }
 
-  // Restart file reading
+  // Restart reading the file normally since it has been stripped of comments
   std::istringstream in(stripped_file);
 
   in >> line;

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.