Complete cset a68849062624 (Update comment...).

Pointy hat: bska
This commit is contained in:
Bård Skaflestad 2010-10-26 12:35:35 +02:00
parent 0633a430db
commit a13e6a63d5

View File

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