STYLE: cyclicPolyPatch : indentation

This commit is contained in:
mattijs
2010-12-14 09:57:52 +00:00
parent 6a7a0b6bcd
commit 20de9437ec

View File

@ -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;
} }
} }