Skip to content
Snippets Groups Projects
Commit 85263404 authored by Henry's avatar Henry
Browse files

faceMDLimitedGrad: Corrected addressing

parent dc0ad78e
Branches
No related merge requests found
......@@ -235,7 +235,7 @@ Foam::fv::faceMDLimitedGrad<Foam::vector>::calcGrad
g[own],
maxFace - vvfOwn,
minFace - vvfOwn,
Cf[facei] - C[nei]
Cf[facei] - C[own]
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment