From 17d0dbac6b970de5669682a70831b34da6ba3bbe Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@math.fu-berlin.de> Date: Tue, 13 Oct 2015 09:30:06 +0200 Subject: [PATCH] Adjust include guard to Dune style --- dune/solvers/solvers/quadraticipopt.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/solvers/solvers/quadraticipopt.hh b/dune/solvers/solvers/quadraticipopt.hh index 74237988..2307d16b 100644 --- a/dune/solvers/solvers/quadraticipopt.hh +++ b/dune/solvers/solvers/quadraticipopt.hh @@ -1,7 +1,7 @@ // -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- // vi: set et ts=8 sw=4 sts=4: -#ifndef DUNE_QUADRATIC_IPOPT_SOLVER_HH -#define DUNE_QUADRATIC_IPOPT_SOLVER_HH +#ifndef DUNE_SOLVERS_SOLVERS_QUADRATIC_IPOPT_SOLVER_HH +#define DUNE_SOLVERS_SOLVERS_QUADRATIC_IPOPT_SOLVER_HH /** \file \brief A wrapper for the IPOpt solver for quadratic optimization problem -- GitLab