From d38f5a27942cfa4272a159467f40b16e2a25f03f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Nov 2015 07:26:48 -0600 Subject: [PATCH] Fix a comment. --- include/deal.II/grid/grid_generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 971f37666e..cfd62ec409 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1005,7 +1005,7 @@ namespace GridGenerator * extend the function to also copy boundary indicators from finer level * faces to their corresponding surface mesh cells, for example to * accommodate different geometry descriptions in the case of curved - * boundaries (but this is not currently implemented(). + * boundaries (but this is not currently implemented). */ template