mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
FIPContainer: data should be moved into container
This commit is contained in:
parent
57099a433c
commit
3b95a1ecca
@ -412,7 +412,7 @@ outputRestart(data::Solution& sol)
|
||||
if (! this->fip_[phase].empty()) {
|
||||
sol.insert(Inplace::EclString(phase),
|
||||
UnitSystem::measure::volume,
|
||||
this->fip_[phase],
|
||||
std::move(this->fip_[phase]),
|
||||
data::TargetType::SUMMARY);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user