From 64767e826732a3ff04562ab272a44cfe2c34787f Mon Sep 17 00:00:00 2001 From: Joshua Hansel Date: Tue, 4 Aug 2015 14:08:00 -0600 Subject: [PATCH] added input parameter description for start_step() function in TimeStepControl class --- include/deal.II/algorithms/timestep_control.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- 2.39.5