mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 22:55:34 -06:00
Complete cset a68849062624 (Update comment...).
Pointy hat: bska
This commit is contained in:
parent
0633a430db
commit
a13e6a63d5
@ -212,7 +212,7 @@ mim_ip_compute_gpress(int nc, int d, const double *grav,
|
||||
}
|
||||
|
||||
|
||||
/* inv(B) <- \lambda_t(s)*inv(B) */
|
||||
/* inv(B) <- \lambda_t(s)*inv(B)_0 */
|
||||
/* ---------------------------------------------------------------------- */
|
||||
void
|
||||
mim_ip_mobility_update(int nc, const int *pconn, const double *totmob,
|
||||
@ -233,7 +233,7 @@ mim_ip_mobility_update(int nc, const int *pconn, const double *totmob,
|
||||
}
|
||||
|
||||
|
||||
/* G <- \sum_i \rho_i f_i(s) * G */
|
||||
/* G <- \sum_i \rho_i f_i(s) * G_0 */
|
||||
/* ---------------------------------------------------------------------- */
|
||||
void
|
||||
mim_ip_density_update(int nc, const int *pconn, const double *omega,
|
||||
|
Loading…
Reference in New Issue
Block a user