Merge pull request #969 from atgeirr/master

Fix minor issues with RelpermDiagnostics
This commit is contained in:
Atgeirr Flø Rasmussen
2016-03-04 09:14:50 +01:00
3 changed files with 2 additions and 5 deletions

View File

@@ -145,4 +145,6 @@ namespace Opm {
} //namespace Opm
#include <opm/core/props/satfunc/RelpermDiagnostics_impl.hpp>
#endif // OPM_RELPERMDIAGNOSTICS_HEADER_INCLUDED

View File

@@ -23,10 +23,6 @@
#include <vector>
#include <utility>
#if HAVE_CONFIG_H
#include "config.h"
#endif // HAVE_CONFIG_H
#include <opm/core/props/satfunc/RelpermDiagnostics.hpp>
#include <opm/core/utility/compressedToCartesian.hpp>

View File

@@ -39,7 +39,6 @@
#include <opm/core/grid/GridManager.hpp>
#include <opm/core/props/satfunc/RelpermDiagnostics.hpp>
#include <opm/core/props/satfunc/RelpermDiagnostics_impl.hpp>
#include <opm/parser/eclipse/Parser/Parser.hpp>
#include <opm/parser/eclipse/Parser/ParseMode.hpp>
#include <opm/parser/eclipse/Deck/Deck.hpp>