From 8dd7e4351fad759182ec752d45a9e0ff40594051 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 23 Apr 2014 22:44:59 +0000 Subject: [PATCH] Adjust the include guard to the name of the file. git-svn-id: https://svn.dealii.org/trunk@32822 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/derivative_approximation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5