mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
StandardWell: improve IDE experience
This commit is contained in:
parent
865079bbe1
commit
d0072727cd
@ -514,6 +514,8 @@ namespace Opm
|
||||
|
||||
}
|
||||
|
||||
#ifndef OPM_STANDARDWELL_IMPL_HEADER_INCLUDED
|
||||
#include "StandardWell_impl.hpp"
|
||||
#endif
|
||||
|
||||
#endif // OPM_STANDARDWELL_HEADER_INCLUDED
|
||||
|
@ -19,6 +19,13 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Improve IDE experience
|
||||
#ifndef OPM_STANDARDWELL_HEADER_INCLUDED
|
||||
#define OPM_STANDARDWELL_IMPL_HEADER_INCLUDED
|
||||
#include <config.h>
|
||||
#include <opm/simulators/wells/StandardWell.hpp>
|
||||
#endif
|
||||
|
||||
#include <opm/common/Exceptions.hpp>
|
||||
|
||||
#include <opm/input/eclipse/Units/Units.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user