mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
SegmentState: template Scalar type
This commit is contained in:
@@ -864,7 +864,7 @@ accelerationPressureLossContribution(const int seg,
|
||||
template <class FluidSystem, class Indices>
|
||||
void
|
||||
MultisegmentWellSegments<FluidSystem,Indices>::
|
||||
copyPhaseDensities(const PhaseUsage& pu, SegmentState& segSol) const
|
||||
copyPhaseDensities(const PhaseUsage& pu, SegmentState<Scalar>& segSol) const
|
||||
{
|
||||
auto* rho = segSol.phase_density.data();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user