mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
BlackoilWellModel: improve IDE experience
This commit is contained in:
parent
3087950c35
commit
90aadd4c94
@ -27,15 +27,11 @@
|
||||
#include <ebos/eclproblem.hh>
|
||||
#include <opm/common/OpmLog/OpmLog.hpp>
|
||||
|
||||
#include <cassert>
|
||||
#include <cstddef>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include <opm/input/eclipse/Schedule/Group/Group.hpp>
|
||||
@ -558,5 +554,8 @@ namespace Opm {
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#ifndef OPM_BLACKOILWELLMODEL_IMPL_HEADER_INCLUDED
|
||||
#include "BlackoilWellModel_impl.hpp"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -20,6 +20,13 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Improve IDE experience
|
||||
#ifndef OPM_BLACKOILWELLMODEL_HEADER_INCLUDED
|
||||
#define OPM_BLACKOILWELLMODEL_IMPL_HEADER_INCLUDED
|
||||
#include <config.h>
|
||||
#include <opm/simulators/wells/BlackoilWellModel.hpp>
|
||||
#endif
|
||||
|
||||
#include <opm/simulators/utils/DeferredLoggingErrorHelpers.hpp>
|
||||
#include <opm/core/props/phaseUsageFromDeck.hpp>
|
||||
#include <opm/grid/utility/cartesianToCompressed.hpp>
|
||||
@ -41,6 +48,7 @@
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <iomanip>
|
||||
#include <utility>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user