Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove conditionals HAVE_ECL_INPUT and HAVE_ECL_OUTPUT #566

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions opm-models-prereqs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ set (opm-models_CONFIG_VAR
HAVE_DUNE_ISTL
HAVE_DUNE_ALUGRID
HAVE_DUNE_FEM
HAVE_ECL_INPUT
HAVE_ECL_OUTPUT
DUNE_AVOID_CAPABILITIES_IS_PARALLEL_DEPRECATION_WARNING
)

Expand Down
4 changes: 0 additions & 4 deletions opm/models/blackoil/blackoilfoammodules.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@
#include <opm/material/common/Tabulated1DFunction.hpp>
//#include <opm/material/common/IntervalTabulated2DFunction.hpp>

#if HAVE_ECL_INPUT
#include <opm/parser/eclipse/Deck/Deck.hpp>
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/FoamadsTable.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/FoammobTable.hpp>
#endif

#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Unused.hpp>
Expand Down Expand Up @@ -111,7 +109,6 @@ public:
Scalar ep_dry = 0.0; // FOAMFSW
};

#if HAVE_ECL_INPUT
/*!
* \brief Initialize all internal data structures needed by the foam module
*/
Expand Down Expand Up @@ -203,7 +200,6 @@ public:
gasMobilityMultiplierTable_[pvtReg].setXYContainers(conc, mobMult);
}
}
#endif

/*!
* \brief Specify the number of saturation regions.
Expand Down
4 changes: 0 additions & 4 deletions opm/models/blackoil/blackoilpolymermodules.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@
#include <opm/material/common/Tabulated1DFunction.hpp>
#include <opm/material/common/IntervalTabulated2DFunction.hpp>

#if HAVE_ECL_INPUT
#include <opm/parser/eclipse/Deck/Deck.hpp>
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/PlyadsTable.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/PlymaxTable.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/PlyrockTable.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/PlyshlogTable.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/PlyviscTable.hpp>
#endif

#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Unused.hpp>
Expand Down Expand Up @@ -111,7 +109,6 @@ public:
Scalar kappa;
};

#if HAVE_ECL_INPUT
/*!
* \brief Initialize all internal data structures needed by the polymer module
*/
Expand Down Expand Up @@ -364,7 +361,6 @@ public:
}
}
}
#endif

/*!
* \brief Specify the number of satuation regions.
Expand Down
4 changes: 0 additions & 4 deletions opm/models/blackoil/blackoilsolventmodules.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include <opm/material/fluidsystems/blackoilpvt/SolventPvt.hpp>
#include <opm/material/common/Tabulated1DFunction.hpp>

#if HAVE_ECL_INPUT
#include <opm/parser/eclipse/Deck/Deck.hpp>
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/SsfnTable.hpp>
Expand All @@ -46,7 +45,6 @@
#include <opm/parser/eclipse/EclipseState/Tables/SorwmisTable.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/SgcwmisTable.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/TlpmixpaTable.hpp>
#endif

#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Unused.hpp>
Expand Down Expand Up @@ -92,7 +90,6 @@ class BlackOilSolventModule


public:
#if HAVE_ECL_INPUT
/*!
* \brief Initialize all internal data structures needed by the solvent module
*/
Expand Down Expand Up @@ -347,7 +344,6 @@ public:
}
}
}
#endif

/*!
* \brief Specify the number of satuation regions.
Expand Down