From: Wolfgang Bangerth Date: Tue, 30 Oct 2018 14:16:00 +0000 (+0100) Subject: improve documentation X-Git-Tag: v9.1.0-rc1~588^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a0c7454977b552c2c1a942fe65cfac15dfff340;p=dealii.git improve documentation Co-Authored-By: davydden --- 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