Home | History | Annotate | Download | only in src

Lines Matching refs:ng1

1129             const float ng1  = 1.0f + taut * g1;
1133 p11Row[x] = (p11Row[x] + taut * u1xRow[x]) / ng1;
1134 p12Row[x] = (p12Row[x] + taut * u1yRow[x]) / ng1;