Skip to content
Snippets Groups Projects
Commit 68df61be authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: set oriented flag when calculating the correction for rank > vector types

parent da5c5d15
Branches
Tags
......@@ -92,6 +92,7 @@ Foam::fv::correctedSnGrad<Type>::correction
)
);
GeometricField<Type, fvsPatchField, surfaceMesh>& ssf = tssf.ref();
ssf.setOriented();
for (direction cmpt = 0; cmpt < pTraits<Type>::nComponents; cmpt++)
{
......
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