From: Joshua Hansel Date: Tue, 4 Aug 2015 20:08:00 +0000 (-0600) Subject: added input parameter description for start_step() function in TimeStepControl class X-Git-Tag: v8.4.0-rc2~680^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64767e826732a3ff04562ab272a44cfe2c34787f;p=dealii.git added input parameter description for start_step() function in TimeStepControl class --- diff --git a/include/deal.II/algorithms/timestep_control.h b/include/deal.II/algorithms/timestep_control.h index 6386cf59d3..ae1ad5f589 100644 --- a/include/deal.II/algorithms/timestep_control.h +++ b/include/deal.II/algorithms/timestep_control.h @@ -139,8 +139,11 @@ namespace Algorithms /** * Set size of the first step. This may be overwritten by the time * stepping strategy. + * + * @param[in] step The size of the first step, which may be overwritten by + * the time stepping strategy. */ - void start_step (double); + void start_step (double step); /** * Set size of the maximum step size.