]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix input arguemnt type of ExcFileNotOpen() 9346/head
authorPeter Munch <peterrmuench@gmail.com>
Thu, 16 Jan 2020 06:30:59 +0000 (07:30 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Thu, 16 Jan 2020 06:30:59 +0000 (07:30 +0100)
include/deal.II/base/exceptions.h

index b22af1053da5d6338ddcb2264ed7a1b3e8a945ca..a39dc457b986e3c7a1fa1d7718c711fe556c3adf 100644 (file)
@@ -741,8 +741,8 @@ namespace StandardExceptions
   /**
    * An error occurred opening the named file.
    *
-   * The constructor takes a single argument of type <tt>char*</tt> naming the
-   * file.
+   * The constructor takes a single argument of type <tt>std::string</tt> naming
+   * the file.
    */
   DeclException1(ExcFileNotOpen,
                  std::string,

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.