faceMDLimitedGrad: Corrected addressing

This commit is contained in:
Henry 2013-06-03 12:24:12 +01:00
parent dc0ad78e7c
commit 852634047f

View File

@ -235,7 +235,7 @@ Foam::fv::faceMDLimitedGrad<Foam::vector>::calcGrad
g[own],
maxFace - vvfOwn,
minFace - vvfOwn,
Cf[facei] - C[nei]
Cf[facei] - C[own]
);