mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-20 11:48:25 -06:00
removed whitespace
This commit is contained in:
parent
6386714f2c
commit
f346792427
@ -284,7 +284,6 @@ private:
|
||||
using Discretization = GetPropType<TypeTag, Properties::Discretization>;
|
||||
using ElementContext = GetPropType<TypeTag, Properties::ElementContext>;
|
||||
|
||||
|
||||
enum { numPhases = getPropValue<TypeTag, Properties::NumPhases>() };
|
||||
enum { numComponents = FluidSystem::numComponents };
|
||||
enum { numEq = getPropValue<TypeTag, Properties::NumEq>() };
|
||||
@ -299,7 +298,7 @@ private:
|
||||
using EnergyModule = BlackOilEnergyModule<TypeTag>;
|
||||
using DiffusionModule = BlackOilDiffusionModule<TypeTag, enableDiffusion>;
|
||||
using MICPModule = BlackOilMICPModule<TypeTag>;
|
||||
|
||||
|
||||
public:
|
||||
|
||||
using LocalResidual = GetPropType<TypeTag, Properties::LocalResidual>;
|
||||
|
Loading…
Reference in New Issue
Block a user