mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-04 18:33:11 -05:00
GasLiftGroupInfo: template Scalar type
This commit is contained in:
@@ -126,7 +126,7 @@ BOOST_AUTO_TEST_CASE(G1)
|
||||
using WellState = Opm::WellState<double>;
|
||||
using StdWell = Opm::StandardWell<TypeTag>;
|
||||
using GasLiftSingleWell = Opm::GasLiftSingleWell<TypeTag>;
|
||||
using GasLiftGroupInfo = Opm::GasLiftGroupInfo;
|
||||
using GasLiftGroupInfo = Opm::GasLiftGroupInfo<double>;
|
||||
using GasLiftSingleWellGeneric = Opm::GasLiftSingleWellGeneric;
|
||||
using GLiftEclWells = typename GasLiftGroupInfo::GLiftEclWells;
|
||||
const std::string filename = "GLIFT1.DATA";
|
||||
|
||||
Reference in New Issue
Block a user