]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doc update.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 4 Jan 2006 08:20:12 +0000 (08:20 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 4 Jan 2006 08:20:12 +0000 (08:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@11942 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/parameter_handler.h

index 81223ececa13118ba8e0805b3d06e5d85ad6b9f9..068a9e124fadbb9de3dbcbe035b6cb886661d8f8 100644 (file)
@@ -1393,6 +1393,17 @@ class ParameterHandler
     void           set (const std::string &entry_name,
                         const std::string &new_value);
 
+                                     /**
+                                      * Same as above, but an overload where
+                                      * the second argument is a character
+                                      * pointer. This is necessary, since
+                                      * otherwise the call to
+                                      * <tt>set("abc","def")</code> will be
+                                      * mapped to the function taking one
+                                      * string and a bool as arguments, which
+                                      * is certainly not what is most often
+                                      * intended.
+                                      */
     void           set (const std::string &entry_name,
                         const char        *new_value);
     

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.