From: Wolfgang Bangerth Date: Tue, 29 Jun 1999 18:00:48 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~21817 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03c3771dd55ed5998523766acc0eab966b1826cf;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@1504 0785d39b-7218-0410-832d-ea1e28bc413d --- 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"; }