mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: cyclicPolyPatch : indentation
This commit is contained in:
@ -290,9 +290,11 @@ void Foam::cyclicPolyPatch::calcTransforms
|
|||||||
" const UList<point>&,\n"
|
" const UList<point>&,\n"
|
||||||
" const UList<point>&\n"
|
" const UList<point>&\n"
|
||||||
" )"
|
" )"
|
||||||
) << "For transform " << transformTypeNames[transform_]
|
) << "For patch " << name()
|
||||||
<< " found non-uniform transform."
|
<< " calculated non-uniform transform tensor even though"
|
||||||
<< " Setting the transformation to be a uniform rotation."
|
<< " the transform type is " << transformTypeNames[transform_]
|
||||||
|
<< ". Setting the transformation tensor to be a uniform"
|
||||||
|
<< " rotation."
|
||||||
<< endl;
|
<< endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user