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>