mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
BlackoilAquiferModel: improve IDE experience
This commit is contained in:
parent
fd33e2262a
commit
7e33007637
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user