newtonmethodparameters.hh: rename to newtonmethodparams.hpp

This commit is contained in:
Arne Morten Kvarving 2024-09-16 08:43:09 +02:00
parent e0af58a7cf
commit 1b19fa02f4
7 changed files with 9 additions and 9 deletions

View File

@ -706,7 +706,7 @@ list (APPEND PUBLIC_HEADER_FILES
opm/models/ncp/ncpproperties.hh
opm/models/ncp/ncpratevector.hh
opm/models/nonlinear/newtonmethod.hh
opm/models/nonlinear/newtonmethodparameters.hh
opm/models/nonlinear/newtonmethodparams.hpp
opm/models/nonlinear/newtonmethodproperties.hh
opm/models/nonlinear/nullconvergencewriter.hh
opm/models/parallel/gridcommhandles.hh

View File

@ -51,7 +51,7 @@
#include <opm/models/discretization/common/fvbaseparameters.hh>
#include <opm/models/discretization/common/fvbaseproperties.hh>
#include <opm/models/nonlinear/newtonmethodparameters.hh>
#include <opm/models/nonlinear/newtonmethodparams.hpp>
#include <opm/models/utils/basicproperties.hh>

View File

@ -37,7 +37,7 @@
#include <opm/models/discretization/common/fvbaseproperties.hh>
#include <opm/models/nonlinear/newtonmethodparameters.hh>
#include <opm/models/nonlinear/newtonmethodparams.hpp>
#include <opm/models/nonlinear/newtonmethodproperties.hh>
#include <opm/models/nonlinear/nullconvergencewriter.hh>

View File

@ -20,8 +20,8 @@
module for the precise wording of the license and the list of
copyright holders.
*/
#ifndef EWOMS_NEWTON_METHOD_PARAMETERS_HH
#define EWOMS_NEWTON_METHOD_PARAMETERS_HH
#ifndef OPM_NEWTON_METHOD_PARAMS_HPP
#define OPM_NEWTON_METHOD_PARAMS_HPP
namespace Opm::Parameters {
@ -61,4 +61,4 @@ struct NewtonWriteConvergence { static constexpr bool value = false; };
} // end namespace Opm::Parameters
#endif
#endif // OPM_NEWTON_METHOD_PARAMS_HPP

View File

@ -25,7 +25,7 @@
#include <opm/simulators/flow/FlowProblemParameters.hpp>
#include <opm/models/common/multiphasebaseparameters.hh>
#include <opm/models/nonlinear/newtonmethodparameters.hh>
#include <opm/models/nonlinear/newtonmethodparams.hpp>
#include <opm/models/utils/parametersystem.hpp>
#include <opm/simulators/flow/EclWriter.hpp>

View File

@ -37,7 +37,7 @@
#include <opm/models/io/vtkmultiphasemodule.hpp>
#include <opm/models/io/vtkprimaryvarsmodule.hpp>
#include <opm/models/io/vtktemperaturemodule.hpp>
#include <opm/models/nonlinear/newtonmethodparameters.hh>
#include <opm/models/nonlinear/newtonmethodparams.hpp>
#include <opm/models/utils/basicparameters.hh>
#include <opm/models/utils/parametersystem.hpp>

View File

@ -27,7 +27,7 @@
#include <opm/common/ErrorMacros.hpp>
#include <opm/common/Exceptions.hpp>
#include <opm/models/nonlinear/newtonmethodparameters.hh>
#include <opm/models/nonlinear/newtonmethodparams.hpp>
#include <opm/models/nonlinear/newtonmethodproperties.hh>
#include <opm/models/utils/parametersystem.hpp>