]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor updates to the documentation of TableHandler. 4245/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 11 Apr 2017 16:04:05 +0000 (10:04 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 11 Apr 2017 16:04:05 +0000 (10:04 -0600)
include/deal.II/base/table_handler.h

index 55687aec1f4162e0f62f5b94d1d63fb0f8e394e1..807fda071bfce3144a69f63e80bbb24bd291c6a9 100644 (file)
@@ -183,7 +183,7 @@ namespace internal
  *   {
  *     table.add_value("numbers", i);
  *     table.add_value("squares", i*i);
- *     table.add_value("square roots", sqrt(i));
+ *     table.add_value("square roots", std::sqrt(1.*i));
  *   }
  *                                  // merge the second and third column
  * table.add_column_to_supercolumn("squares", "squares and roots");
@@ -657,7 +657,7 @@ protected:
   /**
    * Stores the column and supercolumn keys in the order desired by the user.
    * By default this is the order of adding the columns. This order may be
-   * changed by <tt>set_column_order(...)</tt>.
+   * changed by set_column_order().
    */
   std::vector<std::string> column_order;
 

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.