mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
GasLiftSingleWellGeneric: template Scalar type
This commit is contained in:
@@ -127,7 +127,7 @@ BOOST_AUTO_TEST_CASE(G1)
|
||||
using StdWell = Opm::StandardWell<TypeTag>;
|
||||
using GasLiftSingleWell = Opm::GasLiftSingleWell<TypeTag>;
|
||||
using GasLiftGroupInfo = Opm::GasLiftGroupInfo<double>;
|
||||
using GasLiftSingleWellGeneric = Opm::GasLiftSingleWellGeneric;
|
||||
using GasLiftSingleWellGeneric = Opm::GasLiftSingleWellGeneric<double>;
|
||||
using GLiftEclWells = typename GasLiftGroupInfo::GLiftEclWells;
|
||||
const std::string filename = "GLIFT1.DATA";
|
||||
using GLiftSyncGroups = typename GasLiftSingleWellGeneric::GLiftSyncGroups;
|
||||
|
||||
Reference in New Issue
Block a user