From 1efd250e6b9a0a19f39e9a998dfb815aabe7a30f Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 29 Jun 1999 18:00:48 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@1504 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Make_forward_declarations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/Make_forward_declarations b/deal.II/deal.II/Make_forward_declarations index a44f4657f8..ed51cbf7c6 100644 --- a/deal.II/deal.II/Make_forward_declarations +++ b/deal.II/deal.II/Make_forward_declarations @@ -91,7 +91,7 @@ sub parse_class_declarations { # file that are global, but that would mean parsing # the include files instead of just searching for # small bits... - if ( ! ($declaration =~ /EpsGrid|Patch/ )) + if ( ! ($declaration =~ /EpsFlags|Patch/ )) { print $declaration, ";\n"; } -- 2.39.5