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"
" )"
) << "For transform " << transformTypeNames[transform_]
<< " found non-uniform transform."
<< " Setting the transformation to be a uniform rotation."
) << "For patch " << name()
<< " calculated non-uniform transform tensor even though"
<< " the transform type is " << transformTypeNames[transform_]
<< ". Setting the transformation tensor to be a uniform"
<< " rotation."
<< endl;
}
}