mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: limit to 80 char width
This commit is contained in:
@ -170,7 +170,8 @@ public:
|
||||
//- Does the patch field perform the transformation
|
||||
virtual bool doTransform() const
|
||||
{
|
||||
return !(cyclicAMIPatch_.parallel() || pTraits<Type>::rank == 0);
|
||||
return
|
||||
!(cyclicAMIPatch_.parallel() || pTraits<Type>::rank == 0);
|
||||
}
|
||||
|
||||
//- Return face transformation tensor
|
||||
|
||||
Reference in New Issue
Block a user