WellInterface: improve IDE experience

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

View File

@ -490,6 +490,8 @@ protected:
} // namespace Opm
#ifndef OPM_WELLINTERFACE_IMPL_HEADER_INCLUDED
#include "WellInterface_impl.hpp"
#endif
#endif // OPM_WELLINTERFACE_HEADER_INCLUDED

View File

@ -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>