From 8e49865fa0374fc2248c5ba4a7f2668ea60143d2 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 29 Jun 2018 23:52:55 -0400 Subject: [PATCH] Fix an exception description. The implementation throws an exception at run time (with Assert). --- include/deal.II/grid/manifold_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/manifold_lib.h b/include/deal.II/grid/manifold_lib.h index 0fd35ada1c..99d9c57cc4 100644 --- a/include/deal.II/grid/manifold_lib.h +++ b/include/deal.II/grid/manifold_lib.h @@ -369,7 +369,7 @@ private: * * This class was developed to be used in conjunction with the @p cylinder or * @p cylinder_shell functions of GridGenerator. This function will throw a - * compile time exception whenever spacedim is not equal to three. + * run time exception whenever spacedim is not equal to three. * * @ingroup manifold * -- 2.39.5