Merge pull request #5227 from akva2/improve_ide_experience

Improve IDE experience
This commit is contained in:
Atgeirr Flø Rasmussen
2024-04-22 15:31:08 +02:00
committed by GitHub
12 changed files with 55 additions and 0 deletions

View File

@@ -113,6 +113,8 @@ private:
} // namespace Opm
#ifndef OPM_BLACKOILAQUIFERMODEL_IMPL_HEADER_INCLUDED
#include "BlackoilAquiferModel_impl.hpp"
#endif
#endif

View File

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

View File

@@ -558,5 +558,8 @@ namespace Opm {
} // namespace Opm
#ifndef OPM_BLACKOILWELLMODEL_IMPL_HEADER_INCLUDED
#include "BlackoilWellModel_impl.hpp"
#endif
#endif

View File

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

View File

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

View File

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

View File

@@ -327,6 +327,8 @@ namespace Opm
}
#ifndef OPM_MULTISEGMENTWELL_IMPL_HEADER_INCLUDED
#include "MultisegmentWell_impl.hpp"
#endif
#endif // OPM_MULTISEGMENTWELL_HEADER_INCLUDED

View File

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

View File

@@ -520,6 +520,8 @@ namespace Opm
}
#ifndef OPM_STANDARDWELL_IMPL_HEADER_INCLUDED
#include "StandardWell_impl.hpp"
#endif
#endif // OPM_STANDARDWELL_HEADER_INCLUDED

View File

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

View File

@@ -506,6 +506,8 @@ protected:
} // namespace Opm
#ifndef OPM_WELLINTERFACE_IMPL_HEADER_INCLUDED
#include "WellInterface_impl.hpp"
#endif
#endif // OPM_WELLINTERFACE_HEADER_INCLUDED

View File

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