BlackoilAquiferModel: improve IDE experience

This commit is contained in:
Arne Morten Kvarving 2024-02-23 08:45:25 +01:00
parent fd33e2262a
commit 7e33007637
2 changed files with 9 additions and 1 deletions

View File

@ -20,7 +20,6 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef OPM_BLACKOILAQUIFERMODEL_HEADER_INCLUDED
#define OPM_BLACKOILAQUIFERMODEL_HEADER_INCLUDED
@ -146,6 +145,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>