From: Wolfgang Bangerth Date: Wed, 23 Apr 2014 22:44:59 +0000 (+0000) Subject: Adjust the include guard to the name of the file. X-Git-Tag: v8.2.0-rc1~558 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2132f925bf972d3a6bca3a367a39c70783f0cf8;p=dealii.git Adjust the include guard to the name of the file. git-svn-id: https://svn.dealii.org/trunk@32822 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/derivative_approximation.h b/deal.II/include/deal.II/numerics/derivative_approximation.h index 7b43be8151..4cff0bef05 100644 --- a/deal.II/include/deal.II/numerics/derivative_approximation.h +++ b/deal.II/include/deal.II/numerics/derivative_approximation.h @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2000 - 2013 by the deal.II authors +// Copyright (C) 2000 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -14,8 +14,8 @@ // // --------------------------------------------------------------------- -#ifndef __deal2__gradient_estimator_h -#define __deal2__gradient_estimator_h +#ifndef __deal2__derivative_approximation_h +#define __deal2__derivative_approximation_h #include #include