mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-26 01:01:00 -06:00
Merge pull request #3208 from akva2/fix_gaslift_impl_include
fixed: do not include headers into Opm namespace
This commit is contained in:
commit
6b02180ca3
@ -221,8 +221,8 @@ namespace Opm
|
||||
};
|
||||
};
|
||||
|
||||
#include "GasLiftStage2_impl.hpp"
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#include "GasLiftStage2_impl.hpp"
|
||||
|
||||
#endif // OPM_GASLIFT_STAGE2_HEADER_INCLUDED
|
||||
|
@ -31,6 +31,8 @@
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
namespace Opm {
|
||||
|
||||
template<typename TypeTag>
|
||||
GasLiftStage2<TypeTag>::
|
||||
GasLiftStage2(
|
||||
@ -1140,4 +1142,4 @@ updateRates(const std::string &well_name)
|
||||
this->alq += delta_alq;
|
||||
}
|
||||
|
||||
|
||||
} // namespace Opm
|
||||
|
@ -75,8 +75,8 @@ namespace Opm
|
||||
std::optional<bool> increase_;
|
||||
};
|
||||
|
||||
#include "GasLiftWellState_impl.hpp"
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#include "GasLiftWellState_impl.hpp"
|
||||
|
||||
#endif // OPM_GASLIFT_WELL_STATE_HEADER_INCLUDED
|
||||
|
Loading…
Reference in New Issue
Block a user