mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix headercheck
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include <opm/core/utility/ErrorMacros.hpp>
|
||||
#include <opm/material/Constants.hpp>
|
||||
#include <opm/material/IdealGas.hpp>
|
||||
#include <opm/material/components/Component.hpp>
|
||||
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
|
||||
@@ -29,6 +29,9 @@
|
||||
|
||||
#include <opm/material/Valgrind.hpp>
|
||||
|
||||
#include <opm/core/utility/ErrorMacros.hpp>
|
||||
#include <opm/core/utility/Exceptions.hpp>
|
||||
|
||||
namespace Opm {
|
||||
/*!
|
||||
* \ingroup FluidMatrixInteractions
|
||||
|
||||
@@ -134,7 +134,6 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*!
|
||||
* \brief The derivative of all capillary pressures in regard to
|
||||
* a given phase saturation.
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#ifndef OPM_REGULARIZED_VAN_GENUCHTEN_PARAMS_HPP
|
||||
#define OPM_REGULARIZED_VAN_GENUCHTEN_PARAMS_HPP
|
||||
|
||||
#include "VanGenuchten.hpp"
|
||||
#include "VanGenuchtenParams.hpp"
|
||||
|
||||
#include <opm/core/utility/Spline.hpp>
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
|
||||
#include <opm/core/utility/Spline.hpp>
|
||||
|
||||
#include <opm/material/Valgrind.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace Opm
|
||||
|
||||
Reference in New Issue
Block a user