From 28b9f047210fc34d6e32cd28f2fc870cf929d3d8 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Thu, 20 May 2021 12:16:54 +0200 Subject: [PATCH] remove empty _impl file --- opm/simulators/wells/GasLiftWellState.hpp | 2 -- opm/simulators/wells/GasLiftWellState_impl.hpp | 18 ------------------ 2 files changed, 20 deletions(-) delete mode 100644 opm/simulators/wells/GasLiftWellState_impl.hpp diff --git a/opm/simulators/wells/GasLiftWellState.hpp b/opm/simulators/wells/GasLiftWellState.hpp index e5cbb1af2..fe4802114 100644 --- a/opm/simulators/wells/GasLiftWellState.hpp +++ b/opm/simulators/wells/GasLiftWellState.hpp @@ -74,6 +74,4 @@ namespace Opm } // namespace Opm -#include "GasLiftWellState_impl.hpp" - #endif // OPM_GASLIFT_WELL_STATE_HEADER_INCLUDED diff --git a/opm/simulators/wells/GasLiftWellState_impl.hpp b/opm/simulators/wells/GasLiftWellState_impl.hpp deleted file mode 100644 index 1a046e6d4..000000000 --- a/opm/simulators/wells/GasLiftWellState_impl.hpp +++ /dev/null @@ -1,18 +0,0 @@ -/* - Copyright 2021 Equinor ASA. - - This file is part of the Open Porous Media project (OPM). - - OPM is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - OPM is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with OPM. If not, see . -*/