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>
|
||||
|
||||
Reference in New Issue
Block a user