From: marcfehling Date: Tue, 12 May 2020 15:03:40 +0000 (+0200) Subject: Update include/deal.II/hp/refinement.h X-Git-Tag: v9.2.0-rc1~13^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15eea4d30f1a427e0bfc722b4c15f483f0d9ca7f;p=dealii.git Update include/deal.II/hp/refinement.h Co-authored-by: Timo Heister --- diff --git a/include/deal.II/hp/refinement.h b/include/deal.II/hp/refinement.h index 182fa44f74..ba86df3c0d 100644 --- a/include/deal.II/hp/refinement.h +++ b/include/deal.II/hp/refinement.h @@ -503,7 +503,7 @@ namespace hp * decide whether h- or p-adaptation is supposed to happen. An h-step will * be applied with $\eta_{K,\text{pred}} = 0$, whereas * $\eta_{K,\text{pred}} = \infty$ ensures a p-step. The latter may be - * realised with `std::numeric_limits::infinity()`. + * realized with `std::numeric_limits::infinity()`. * * The following code snippet demonstrates how to impose hp-adaptivity based * on refinement history in an application: