STY: line endings and year

This commit is contained in:
sergio
2012-01-10 18:11:58 +00:00
parent f719c0df82
commit df9788f8aa
7 changed files with 12 additions and 8 deletions

View File

@ -299,7 +299,10 @@ Foam::interpolation2DTable<Type>::wordToBoundsHandling
{
WarningIn
(
"Foam::interpolation2DTable<Type>::wordToBoundsHandling(const word&)"
"Foam::interpolation2DTable<Type>::wordToBoundsHandling
"(
" const word&"
")"
) << "bad outOfBounds specifier " << bound << " using 'warn'" << endl;
return interpolation2DTable::WARN;