BUG: PointEdgeWave : incorrect transform

This commit is contained in:
mattijs
2010-12-03 12:07:03 +00:00
parent 8f15184be9
commit aafb9aa3f1

View File

@ -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