]> https://gitweb.dealii.org/ - dealii.git/commitdiff
step-53: Minor edit. 17078/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sat, 25 May 2024 03:43:50 +0000 (21:43 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sat, 25 May 2024 03:43:50 +0000 (21:43 -0600)
examples/step-53/step-53.cc

index d6b749f31c23adb9f19ba6320af5ac0ad703b5e5..0a511ec3f793387059f48c62f566ca2a474ca4ff 100644 (file)
@@ -128,7 +128,7 @@ namespace Step53
   // just another input stream that, for all practical purposes, looks just like
   // the ones we always use.
   //
-  // When reading the data, we read the three columns but throw ignore the
+  // When reading the data, we read the three columns but ignore the
   // first two. The datum in the last column is appended to an array that we
   // the return and that will be copied into the table from which
   // <code>topography_data</code> is initialized. Since the BOOST.iostreams
@@ -146,7 +146,6 @@ namespace Step53
   {
     std::vector<double> data;
 
-    // create a stream where we read from gzipped data
     boost::iostreams::filtering_istream in;
     in.push(boost::iostreams::basic_gzip_decompressor<>());
     in.push(boost::iostreams::file_source("topography.txt.gz"));

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.