mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
minor cosmetics
This commit is contained in:
parent
99090ebf72
commit
a3e46876fb
@ -102,7 +102,7 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
#include<functional>
|
||||
#include <functional>
|
||||
|
||||
namespace Opm {
|
||||
template <class TypeTag>
|
||||
@ -654,7 +654,7 @@ class EclProblem : public GetPropType<TypeTag, Properties::BaseProblem>
|
||||
using FoamModule = BlackOilFoamModule<TypeTag>;
|
||||
using BrineModule = BlackOilBrineModule<TypeTag>;
|
||||
using ExtboModule = BlackOilExtboModule<TypeTag>;
|
||||
using MICPModule= BlackOilMICPModule<TypeTag>;
|
||||
using MICPModule = BlackOilMICPModule<TypeTag>;
|
||||
|
||||
using InitialFluidState = typename EclEquilInitializer<TypeTag>::ScalarFluidState;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user