]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust comment
authorJonathan Robey <class4kayaker@gmail.com>
Fri, 29 Jul 2016 17:14:28 +0000 (10:14 -0700)
committerJonathan Robey <class4kayaker@gmail.com>
Fri, 29 Jul 2016 17:14:28 +0000 (10:14 -0700)
include/deal.II/numerics/time_dependent.h

index c71f09d4a7c533e45691f8a92ab2c49a697953e9..ff5adfcdb211f0046c457f52d89ab694b1cb2ffa 100644 (file)
@@ -525,10 +525,9 @@ public:
    * the TimeStepBase class.
    *
    * Instead of using the above form, you can equally well use
-   * <tt>std_cxx11::bind(&X::unary_function, std_cxx11::_1, arg)</tt> which lets the @p
-   * do_loop function call the given function with the specified parameter.
-   * Note that you need to bind the second parameter since the first one
-   * implicitly contains the object which the function is to be called for.
+   * <tt>std_cxx11::bind(&X::unary_function, std_cxx11::_1, args...)</tt> which
+   * lets the @p do_loop function call the given function with the specified
+   * parameters.
    */
   template <typename InitFunctionObject, typename LoopFunctionObject>
   void do_loop (InitFunctionObject      init_function,

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.