diffusion module: fix some small compilation problems

no guarantees that it works correctly, though...
This commit is contained in:
Andreas Lauser 2014-03-31 13:19:30 +02:00
parent a7d6bf72c9
commit acde984a5a

View File

@ -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;