From dada7259bde2a9cb64b0c5811b573795e24a28e6 Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@math.fu-berlin.de> Date: Wed, 25 Mar 2015 16:53:24 +0100 Subject: [PATCH] Fix Copy'n'Paste include guards --- dune/elasticity/common/nonlinearelasticityproblem.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/elasticity/common/nonlinearelasticityproblem.hh b/dune/elasticity/common/nonlinearelasticityproblem.hh index f2da69b..18f0467 100644 --- a/dune/elasticity/common/nonlinearelasticityproblem.hh +++ b/dune/elasticity/common/nonlinearelasticityproblem.hh @@ -1,7 +1,7 @@ // -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- // vi: set ts=8 sw=4 et sts=4: -#ifndef DUNE_ELASTICITY_COMMON_NONLINEAR_ELASTICITY_CONTACT_PROBLEM_HH -#define DUNE_ELASTICITY_COMMON_NONLINEAR_ELASTICITY_CONTACT_PROBLEM_HH +#ifndef DUNE_ELASTICITY_COMMON_NONLINEAR_ELASTICITY_PROBLEM_HH +#define DUNE_ELASTICITY_COMMON_NONLINEAR_ELASTICITY_PROBLEM_HH #include <dune/elasticity/materials/material.hh> -- GitLab