From 2922693c2351cd1741e5fbdcb14f450b6b9e1c4c Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@math.fu-berlin.de> Date: Wed, 10 Oct 2018 09:58:48 +0200 Subject: [PATCH] Adjust include guards to Dune style and add editor hints --- dune/elasticity/materials/mooneyrivlinmaterial.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dune/elasticity/materials/mooneyrivlinmaterial.hh b/dune/elasticity/materials/mooneyrivlinmaterial.hh index 675e915..a9d305d 100644 --- a/dune/elasticity/materials/mooneyrivlinmaterial.hh +++ b/dune/elasticity/materials/mooneyrivlinmaterial.hh @@ -1,5 +1,7 @@ -#ifndef MOONEY_RIVLIN_MATERIAL -#define MOONEY_RIVLIN_MATERIAL +// -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set ts=8 sw=4 et sts=4: +#ifndef DUNE_ELASTICITY_MATERIALS_MOONEY_RIVLIN_MATERIAL_HH +#define DUNE_ELASTICITY_MATERIALS_MOONEY_RIVLIN_MATERIAL_HH #include <dune/fufem/assemblers/localassemblers/adolclocalenergy.hh> #include <dune/fufem/quadraturerules/quadraturerulecache.hh> -- GitLab