From 89f0b2c31e6ac8e43776b400ab8e72488d8c23cc Mon Sep 17 00:00:00 2001 From: Svenn Tveit Date: Thu, 15 Jun 2023 12:26:43 +0200 Subject: [PATCH] Changes in docstring and removed include --- opm/input/eclipse/EclipseState/Tables/Ppcwmax.hpp | 2 +- src/opm/input/eclipse/EclipseState/Tables/Ppcwmax.cpp | 2 +- .../material/fluidmatrixinteractions/EclMaterialLawManager.cpp | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/opm/input/eclipse/EclipseState/Tables/Ppcwmax.hpp b/opm/input/eclipse/EclipseState/Tables/Ppcwmax.hpp index b1cf75750..6acd7a501 100644 --- a/opm/input/eclipse/EclipseState/Tables/Ppcwmax.hpp +++ b/opm/input/eclipse/EclipseState/Tables/Ppcwmax.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2023 NORCE + Copyright (C) 2023 Equinor This file is part of the Open Porous Media project (OPM). diff --git a/src/opm/input/eclipse/EclipseState/Tables/Ppcwmax.cpp b/src/opm/input/eclipse/EclipseState/Tables/Ppcwmax.cpp index 70269238b..37d4eee59 100644 --- a/src/opm/input/eclipse/EclipseState/Tables/Ppcwmax.cpp +++ b/src/opm/input/eclipse/EclipseState/Tables/Ppcwmax.cpp @@ -1,5 +1,5 @@ /* - Copyright 2023 NORCE + Copyright 2023 Equinor This file is part of the Open Porous Media project (OPM). diff --git a/src/opm/material/fluidmatrixinteractions/EclMaterialLawManager.cpp b/src/opm/material/fluidmatrixinteractions/EclMaterialLawManager.cpp index 81035dc9f..dc63bfa67 100644 --- a/src/opm/material/fluidmatrixinteractions/EclMaterialLawManager.cpp +++ b/src/opm/material/fluidmatrixinteractions/EclMaterialLawManager.cpp @@ -33,7 +33,6 @@ #include #include -#include namespace Opm {