From 1cce4c1327f6550f50446fe3baa62935b9e3488c Mon Sep 17 00:00:00 2001 From: Jonathan Robey Date: Fri, 29 Jul 2016 10:14:28 -0700 Subject: [PATCH] Adjust comment --- include/deal.II/numerics/time_dependent.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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, -- 2.39.5