GasLiftSingleWell: improve IDE experience

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

View File

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

View File

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