mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: do not include headers into Opm namespace
This commit is contained in:
parent
c0b68ea117
commit
a0e4bb9e52
@ -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