From: Wolfgang Bangerth Date: Sat, 12 Aug 2017 17:47:57 +0000 (-0600) Subject: Fix #include guard name. X-Git-Tag: v9.0.0-rc1~1294^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4790%2Fhead;p=dealii.git Fix #include guard name. --- diff --git a/include/deal.II/distributed/grid_refinement.h b/include/deal.II/distributed/grid_refinement.h index 31fd44ed0a..f4dc335177 100644 --- a/include/deal.II/distributed/grid_refinement.h +++ b/include/deal.II/distributed/grid_refinement.h @@ -13,8 +13,8 @@ // // --------------------------------------------------------------------- -#ifndef dealii__distribute_grid_refinement_h -#define dealii__distribute_grid_refinement_h +#ifndef dealii__distributed_grid_refinement_h +#define dealii__distributed_grid_refinement_h #include