mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 13:59:12 -06:00
StandardWell: pull fmt in impl file
it is not used in the interface. no real change to the code as such, but it better reflects the use.
This commit is contained in:
parent
2dbfeb6038
commit
a82b5aa474
@ -49,7 +49,6 @@
|
||||
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <fmt/format.h>
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
@ -27,6 +27,8 @@
|
||||
#include <opm/simulators/wells/WellBhpThpCalculator.hpp>
|
||||
#include <opm/simulators/wells/WellConvergence.hpp>
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <numeric>
|
||||
|
Loading…
Reference in New Issue
Block a user