mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
GasLiftSingleWell: improve IDE experience
This commit is contained in:
@@ -69,6 +69,8 @@ namespace Opm
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#ifndef OPM_GASLIFT_SINGLE_WELL_IMPL_HEADER_INCLUDED
|
||||
#include "GasLiftSingleWell_impl.hpp"
|
||||
#endif
|
||||
|
||||
#endif // OPM_GASLIFT_SINGLE_WELL_HEADER_INCLUDED
|
||||
|
||||
@@ -17,6 +17,13 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Improve IDE experience
|
||||
#ifndef OPM_GASLIFT_SINGLE_WELL_HEADER_INCLUDED
|
||||
#define OPM_GASLIFT_SINGLE_WELL_IMPL_HEADER_INCLUDED
|
||||
#include <config.h>
|
||||
#include <opm/simulators/wells/GasLiftSingleWell.hpp>
|
||||
#endif
|
||||
|
||||
#include <opm/input/eclipse/Schedule/GasLiftOpt.hpp>
|
||||
#include <fmt/format.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user