From 63b9b0167103691bab12bb894ec24afe15a7dbe6 Mon Sep 17 00:00:00 2001 From: hnil Date: Wed, 9 Aug 2023 12:58:11 +0200 Subject: [PATCH] fixed includegards --- opm/simulators/linalg/ISTLSolverEbosWithGPU.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opm/simulators/linalg/ISTLSolverEbosWithGPU.hpp b/opm/simulators/linalg/ISTLSolverEbosWithGPU.hpp index 6c0cb5cc8..0368633ea 100644 --- a/opm/simulators/linalg/ISTLSolverEbosWithGPU.hpp +++ b/opm/simulators/linalg/ISTLSolverEbosWithGPU.hpp @@ -19,11 +19,11 @@ along with OPM. If not, see . */ -#ifndef OPM_ISTLSOLVER_EBOS_HEADER_INCLUDED -#define OPM_ISTLSOLVER_EBOS_HEADER_INCLUDED +#ifndef OPM_ISTLSOLVER_EBOS_GPU_HEADER_INCLUDED +#define OPM_ISTLSOLVER_EBOS_GPU_HEADER_INCLUDED #if COMPILE_BDA_BRIDGE -#include +#include namespace Opm::Properties {