mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WellInterfaceIndices: remove unnecessary Scalar template parameter
use the Scalar type from the FluidSystem
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Opm
|
||||
|
||||
template<typename FluidSystem, typename Indices>
|
||||
MultisegmentWellEval<FluidSystem,Indices>::
|
||||
MultisegmentWellEval(WellInterfaceIndices<FluidSystem,Indices,Scalar>& baseif)
|
||||
MultisegmentWellEval(WellInterfaceIndices<FluidSystem,Indices>& baseif)
|
||||
: MultisegmentWellGeneric<Scalar>(baseif)
|
||||
, baseif_(baseif)
|
||||
, linSys_(*this)
|
||||
|
||||
Reference in New Issue
Block a user