fixed: do not include headers into Opm namespace

This commit is contained in:
Arne Morten Kvarving 2021-05-04 14:24:18 +02:00
parent c0b68ea117
commit a0e4bb9e52
3 changed files with 7 additions and 5 deletions

View File

@ -221,8 +221,8 @@ namespace Opm
};
};
#include "GasLiftStage2_impl.hpp"
} // namespace Opm
#include "GasLiftStage2_impl.hpp"
#endif // OPM_GASLIFT_STAGE2_HEADER_INCLUDED

View File

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

View File

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