Corrected comment.

This commit is contained in:
Xavier Raynaud 2012-08-28 13:12:54 +02:00
parent e000b02282
commit 84c75c5045

View File

@ -124,7 +124,7 @@ namespace Opm
//
// [[ incompressible was: r(s) = s - s0 + dt/pv*( influx + outflux*f(s) ) ]]
//
// r(s) = s - B*z0 + dt/pv*( influx + outflux*f(s) )
// r(s) = s - B*z0 + s*(poro - poro0)/poro0 + dt/pv*( influx + outflux*f(s) )
//
// @@@ What about the source term
//