mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
RateConverter: prefer using
This commit is contained in:
@@ -210,7 +210,7 @@ namespace Opm {
|
|||||||
*
|
*
|
||||||
* Integral type.
|
* Integral type.
|
||||||
*/
|
*/
|
||||||
typedef typename RegionMapping<Region>::RegionId RegionId;
|
using RegionId = typename RegionMapping<Region>::RegionId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compute coefficients for surface-to-reservoir voidage
|
* Compute coefficients for surface-to-reservoir voidage
|
||||||
|
|||||||
Reference in New Issue
Block a user