From 6a0c7454977b552c2c1a942fe65cfac15dfff340 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 30 Oct 2018 15:16:00 +0100 Subject: [PATCH] improve documentation Co-Authored-By: davydden --- include/deal.II/base/incremental_function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/incremental_function.h b/include/deal.II/base/incremental_function.h index abd963e423..0bce2c773c 100644 --- a/include/deal.II/base/incremental_function.h +++ b/include/deal.II/base/incremental_function.h @@ -35,7 +35,7 @@ namespace Functions * delta_t) denotes the function evaluated at time t - * delta_t. The decrement delta_t is set by the method * set_decrement(). The main application of this class is to transform a given - * Dirichlet boundary condition function into the incremental form, as is + * Dirichlet boundary condition function into incremental form, as is * required by some implementations of non-linear solution schemes. * * @ingroup functions -- 2.39.5