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:
parent
173e3900d4
commit
3967eb001b
@ -210,7 +210,7 @@ namespace Opm {
|
||||
*
|
||||
* Integral type.
|
||||
*/
|
||||
typedef typename RegionMapping<Region>::RegionId RegionId;
|
||||
using RegionId = typename RegionMapping<Region>::RegionId;
|
||||
|
||||
/**
|
||||
* Compute coefficients for surface-to-reservoir voidage
|
||||
|
Loading…
Reference in New Issue
Block a user