mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
diffusion module: fix some small compilation problems
no guarantees that it works correctly, though...
This commit is contained in:
parent
a7d6bf72c9
commit
acde984a5a
@ -96,7 +96,7 @@ SET_PROP(FingerBaseProblem, MaterialLaw)
|
||||
typedef Opm::TwoPhaseMaterialTraits<Scalar,
|
||||
/*wettingPhaseIdx=*/FluidSystem::wPhaseIdx,
|
||||
/*nonWettingPhaseIdx=*/FluidSystem::nPhaseIdx>
|
||||
Traits;
|
||||
Traits;
|
||||
|
||||
// use the parker-lenhard hysteresis law
|
||||
typedef Opm::ParkerLenhard<Traits> ParkerLenhard;
|
||||
|
Loading…
Reference in New Issue
Block a user