mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
MultisegmentWell: improve IDE experience
This commit is contained in:
parent
f9a2c63519
commit
865079bbe1
@ -323,6 +323,8 @@ namespace Opm
|
||||
|
||||
}
|
||||
|
||||
#ifndef OPM_MULTISEGMENTWELL_IMPL_HEADER_INCLUDED
|
||||
#include "MultisegmentWell_impl.hpp"
|
||||
#endif
|
||||
|
||||
#endif // OPM_MULTISEGMENTWELL_HEADER_INCLUDED
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user