mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: cyclicPolyPatch: transformPosition did not assign
This commit is contained in:
@ -694,7 +694,7 @@ void Foam::cyclicPolyPatch::transformPosition(pointField& l) const
|
||||
{
|
||||
if (!parallel())
|
||||
{
|
||||
Foam::transform(forwardT(), l);
|
||||
l = Foam::transform(forwardT(), l);
|
||||
}
|
||||
else if (separated())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user