Skip to content
Snippets Groups Projects
Commit aafb9aa3 authored by mattijs's avatar mattijs
Browse files

BUG: PointEdgeWave : incorrect transform

parent 8f15184b
Branches
Tags
No related merge requests found
......@@ -473,7 +473,7 @@ void Foam::PointEdgeWave<Type>::handleProcPatches()
// Apply transform to received data for non-parallel planes
if (!procPatch.parallel())
{
transform(procPatch.reverseT(), patchInfo);
transform(procPatch.forwardT(), patchInfo);
}
updateFromPatchInfo
......
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