]> https://gitweb.dealii.org/ - dealii.git/commitdiff
FunctionParser: document where we use commas. 17720/head
authorDavid Wells <drwells@email.unc.edu>
Fri, 20 Sep 2024 18:55:23 +0000 (14:55 -0400)
committerDavid Wells <drwells@email.unc.edu>
Fri, 20 Sep 2024 18:55:23 +0000 (14:55 -0400)
We use semicolons in some places in the library and it took me a few minutes to
figure out why those didn't work here.

include/deal.II/base/function_parser.h

index 5f93738b69f8c9bf4d4854e0621fa54e721a14a3..2315cfb504e421f42bf28e84f858868707e5076d 100644 (file)
@@ -284,14 +284,14 @@ public:
   /**
    * Initialize the object by setting the actual parsed functions.
    *
-   * @param[in] vars a string with the variables that will be used by the
-   * expressions to be evaluated. Note that the variables can have any name
-   * (of course different from the function names defined above!), but the
-   * order IS important. The first variable will correspond to the first
+   * @param[in] vars a string with the variables, separated by commas, that will
+   * be used by the expressions to be evaluated. Note that the variables can
+   * have any name (of course different from the function names defined above!),
+   * but the order IS important. The first variable will correspond to the first
    * component of the point in which the function is evaluated, the second
    * variable to the second component and so forth. If this function is also
    * time dependent, then it is necessary to specify it by setting the
-   * <code>time_dependent</code> parameter to true.  An exception is thrown if
+   * <code>time_dependent</code> parameter to true. An exception is thrown if
    * the number of variables specified here is different from dim (if this
    * function is not time-dependent) or from dim+1 (if it is time-dependent).
    *

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.