mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WellInterface: improve IDE experience
This commit is contained in:
parent
d0072727cd
commit
fd33e2262a
@ -490,6 +490,8 @@ protected:
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#ifndef OPM_WELLINTERFACE_IMPL_HEADER_INCLUDED
|
||||
#include "WellInterface_impl.hpp"
|
||||
#endif
|
||||
|
||||
#endif // OPM_WELLINTERFACE_HEADER_INCLUDED
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user