MultisegmentWell: improve IDE experience

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

View File

@ -323,6 +323,8 @@ namespace Opm
}
#ifndef OPM_MULTISEGMENTWELL_IMPL_HEADER_INCLUDED
#include "MultisegmentWell_impl.hpp"
#endif
#endif // OPM_MULTISEGMENTWELL_HEADER_INCLUDED

View File

@ -18,6 +18,13 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
// Improve IDE experience
#ifndef OPM_MULTISEGMENTWELL_HEADER_INCLUDED
#define OPM_MULTISEGMENTWELL_IMPL_HEADER_INCLUDED
#include <config.h>
#include <opm/simulators/wells/MultisegmentWell.hpp>
#endif
#include <opm/common/Exceptions.hpp>
#include <opm/common/OpmLog/OpmLog.hpp>