mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5227 from akva2/improve_ide_experience
Improve IDE experience
This commit is contained in:
@@ -113,6 +113,8 @@ private:
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#ifndef OPM_BLACKOILAQUIFERMODEL_IMPL_HEADER_INCLUDED
|
||||
#include "BlackoilAquiferModel_impl.hpp"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
@@ -18,6 +18,13 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Improve IDE experience
|
||||
#ifndef OPM_BLACKOILAQUIFERMODEL_HEADER_INCLUDED
|
||||
#include <config.h>
|
||||
#define OPM_BLACKOILAQUIFERMODEL_IMPL_HEADER_INCLUDED
|
||||
#include <opm/simulators/aquifers/BlackoilAquiferModel.hpp>
|
||||
#endif
|
||||
|
||||
#include <opm/simulators/aquifers/AquiferConstantFlux.hpp>
|
||||
|
||||
#include <opm/common/ErrorMacros.hpp>
|
||||
|
||||
@@ -558,5 +558,8 @@ namespace Opm {
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#ifndef OPM_BLACKOILWELLMODEL_IMPL_HEADER_INCLUDED
|
||||
#include "BlackoilWellModel_impl.hpp"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
@@ -20,6 +20,13 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Improve IDE experience
|
||||
#ifndef OPM_BLACKOILWELLMODEL_HEADER_INCLUDED
|
||||
#define OPM_BLACKOILWELLMODEL_IMPL_HEADER_INCLUDED
|
||||
#include <config.h>
|
||||
#include <opm/simulators/wells/BlackoilWellModel.hpp>
|
||||
#endif
|
||||
|
||||
#include <opm/simulators/utils/DeferredLoggingErrorHelpers.hpp>
|
||||
#include <opm/core/props/phaseUsageFromDeck.hpp>
|
||||
#include <opm/grid/utility/cartesianToCompressed.hpp>
|
||||
|
||||
@@ -70,6 +70,8 @@ namespace Opm
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#ifndef OPM_GASLIFT_SINGLE_WELL_IMPL_HEADER_INCLUDED
|
||||
#include "GasLiftSingleWell_impl.hpp"
|
||||
#endif
|
||||
|
||||
#endif // OPM_GASLIFT_SINGLE_WELL_HEADER_INCLUDED
|
||||
|
||||
@@ -17,6 +17,13 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Improve IDE experience
|
||||
#ifndef OPM_GASLIFT_SINGLE_WELL_HEADER_INCLUDED
|
||||
#define OPM_GASLIFT_SINGLE_WELL_IMPL_HEADER_INCLUDED
|
||||
#include <config.h>
|
||||
#include <opm/simulators/wells/GasLiftSingleWell.hpp>
|
||||
#endif
|
||||
|
||||
#include <opm/input/eclipse/Schedule/GasLiftOpt.hpp>
|
||||
#include <fmt/format.h>
|
||||
|
||||
|
||||
@@ -327,6 +327,8 @@ namespace Opm
|
||||
|
||||
}
|
||||
|
||||
#ifndef OPM_MULTISEGMENTWELL_IMPL_HEADER_INCLUDED
|
||||
#include "MultisegmentWell_impl.hpp"
|
||||
#endif
|
||||
|
||||
#endif // OPM_MULTISEGMENTWELL_HEADER_INCLUDED
|
||||
|
||||
@@ -18,6 +18,13 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Improve IDE experience
|
||||
#ifndef OPM_MULTISEGMENTWELL_HEADER_INCLUDED
|
||||
#define OPM_MULTISEGMENTWELL_IMPL_HEADER_INCLUDED
|
||||
#include <config.h>
|
||||
#include <opm/simulators/wells/MultisegmentWell.hpp>
|
||||
#endif
|
||||
|
||||
#include <opm/common/Exceptions.hpp>
|
||||
#include <opm/common/OpmLog/OpmLog.hpp>
|
||||
|
||||
|
||||
@@ -520,6 +520,8 @@ namespace Opm
|
||||
|
||||
}
|
||||
|
||||
#ifndef OPM_STANDARDWELL_IMPL_HEADER_INCLUDED
|
||||
#include "StandardWell_impl.hpp"
|
||||
#endif
|
||||
|
||||
#endif // OPM_STANDARDWELL_HEADER_INCLUDED
|
||||
|
||||
@@ -19,6 +19,13 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Improve IDE experience
|
||||
#ifndef OPM_STANDARDWELL_HEADER_INCLUDED
|
||||
#define OPM_STANDARDWELL_IMPL_HEADER_INCLUDED
|
||||
#include <config.h>
|
||||
#include <opm/simulators/wells/StandardWell.hpp>
|
||||
#endif
|
||||
|
||||
#include <opm/common/Exceptions.hpp>
|
||||
|
||||
#include <opm/input/eclipse/Units/Units.hpp>
|
||||
|
||||
@@ -506,6 +506,8 @@ protected:
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#ifndef OPM_WELLINTERFACE_IMPL_HEADER_INCLUDED
|
||||
#include "WellInterface_impl.hpp"
|
||||
#endif
|
||||
|
||||
#endif // OPM_WELLINTERFACE_HEADER_INCLUDED
|
||||
|
||||
@@ -19,6 +19,13 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Improve IDE experience
|
||||
#ifndef OPM_WELLINTERFACE_HEADER_INCLUDED
|
||||
#include <config.h>
|
||||
#define OPM_WELLINTERFACE_IMPL_HEADER_INCLUDED
|
||||
#include <opm/simulators/wells/WellInterface.hpp>
|
||||
#endif
|
||||
|
||||
#include <opm/common/Exceptions.hpp>
|
||||
|
||||
#include <opm/input/eclipse/Schedule/ScheduleTypes.hpp>
|
||||
|
||||
Reference in New Issue
Block a user