From 50bfef6e20ffbb4ded72d0c2c507c44bf66bd894 Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Mon, 7 Oct 2019 22:02:47 +0200 Subject: [PATCH] Canonicalize single-inclusion macro --- dune/gfe/harmonicenergy.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/gfe/harmonicenergy.hh b/dune/gfe/harmonicenergy.hh index b9f561c9..d4558d21 100644 --- a/dune/gfe/harmonicenergy.hh +++ b/dune/gfe/harmonicenergy.hh @@ -1,5 +1,5 @@ -#ifndef HARMONIC_ENERGY_LOCAL_STIFFNESS_HH -#define HARMONIC_ENERGY_LOCAL_STIFFNESS_HH +#ifndef DUNE_GFE_HARMONICENERGY_HH +#define DUNE_GFE_HARMONICENERGY_HH #include <dune/common/fmatrix.hh> #include <dune/geometry/quadraturerules.hh> -- GitLab