fix headercheck

This commit is contained in:
Andreas Lauser
2013-11-14 11:55:11 +01:00
parent 078eea9a9a
commit dc2baad36c
5 changed files with 7 additions and 1 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -134,7 +134,6 @@ public:
}
}
/*!
* \brief The derivative of all capillary pressures in regard to
* a given phase saturation.

View File

@@ -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>

View File

@@ -27,6 +27,8 @@
#include <opm/core/utility/Spline.hpp>
#include <opm/material/Valgrind.hpp>
#include <algorithm>
namespace Opm