From 106091dc6223de6dfb70897e570cdfe6126cb277 Mon Sep 17 00:00:00 2001 From: LMIG Date: Wed, 7 Aug 2019 18:05:35 -0400 Subject: [PATCH] fix comment of hyper_L --- doc/news/changes/minor/20190807ImbertGerard.txt | 3 +++ include/deal.II/grid/grid_generator.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 doc/news/changes/minor/20190807ImbertGerard.txt diff --git a/doc/news/changes/minor/20190807ImbertGerard.txt b/doc/news/changes/minor/20190807ImbertGerard.txt new file mode 100644 index 0000000000..8ff9a7deda --- /dev/null +++ b/doc/news/changes/minor/20190807ImbertGerard.txt @@ -0,0 +1,3 @@ +changed the comment to the hyper_L function +
+(Lise-Marie Imbert-Gerard, 2019/08/07) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index f1b0434d1b..ec24c7d629 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -839,7 +839,7 @@ namespace GridGenerator * hypercube made out of the interval [(left+right)/2,right] * for each coordinate. Because the domain is about the simplest one * with a reentrant (i.e., non-convex) corner, solutions of many - * partial differential equation have singularities at this + * partial differential equations have singularities at this * corner. That is, at the corner, the gradient or a higher * derivative (depending on the boundary conditions chosen) does not * remain bounded. As a consequence, this domain is often used to -- 2.39.5