BUG: cyclicPolyPatch: transformPosition did not assign

This commit is contained in:
mattijs
2010-12-30 21:28:39 +00:00
parent 372fcb4305
commit b227751efe

View File

@ -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())
{