Corrected the handling of no transformation.

This commit is contained in:
henry 2009-01-26 13:26:07 +00:00
parent ce14f243c6
commit 1d46bf6fb0

View File

@ -94,7 +94,7 @@ void Foam::transform
}
else
{
rtf = vector::zero;
rtf = tf;
}
}
}