mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
std::move is done inside the fluid system function
This commit is contained in:
parent
21321231a7
commit
c9011448eb
@ -261,7 +261,7 @@ public:
|
|||||||
ccWaterPvt.setViscosity(/*regionIdx=*/0, 9.6e-4);
|
ccWaterPvt.setViscosity(/*regionIdx=*/0, 9.6e-4);
|
||||||
ccWaterPvt.setCompressibility(/*regionIdx=*/0, 1.450377e-10);
|
ccWaterPvt.setCompressibility(/*regionIdx=*/0, 1.450377e-10);
|
||||||
waterPvt->initEnd();
|
waterPvt->initEnd();
|
||||||
FluidSystem::setWaterPvt(std::move(waterPvt));
|
FluidSystem::setWaterPvt(waterPvt);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class Context>
|
template <class Context>
|
||||||
|
Loading…
Reference in New Issue
Block a user