whitespace

This commit is contained in:
Axel Kohlmeyer
2024-09-27 13:59:18 -04:00
parent 0445936ac4
commit 51d104975a

View File

@ -837,7 +837,7 @@ void MEAM::get_densref(double r, int a, int b, double* rho01, double* rho11, dou
} else
*rho21 = 8. / 3. * (rhoa21 - rhoa22) * (rhoa21 - rhoa22);
if (msmeamflag) {
*rho21 = 8. / 3. * (rhoa21 - rhoa22) * (rhoa21 - rhoa22);
*rho21 = 8. / 3. * (rhoa21 - rhoa22) * (rhoa21 - rhoa22);
*rho2m1 = 8. / 3. * (rhoa2m1 - rhoa2m2) * (rhoa2m1 - rhoa2m2);
}
break;