From: Jonathan Robey Date: Fri, 29 Jul 2016 17:14:28 +0000 (-0700) Subject: Adjust comment X-Git-Tag: v8.5.0-rc1~825^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cce4c1327f6550f50446fe3baa62935b9e3488c;p=dealii.git Adjust comment --- diff --git a/include/deal.II/numerics/time_dependent.h b/include/deal.II/numerics/time_dependent.h index c71f09d4a7..ff5adfcdb2 100644 --- a/include/deal.II/numerics/time_dependent.h +++ b/include/deal.II/numerics/time_dependent.h @@ -525,10 +525,9 @@ public: * the TimeStepBase class. * * Instead of using the above form, you can equally well use - * std_cxx11::bind(&X::unary_function, std_cxx11::_1, arg) 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. + * std_cxx11::bind(&X::unary_function, std_cxx11::_1, args...) which + * lets the @p do_loop function call the given function with the specified + * parameters. */ template void do_loop (InitFunctionObject init_function,