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;

View File

@ -25,8 +25,8 @@ Class
Foam::interpolation2DTable
Description
2D table interpolation. The data must be in ascending order in both dimensions
x and y.
2D table interpolation. The data must be in ascending order in both
dimensions x and y.
SourceFiles
interpolation2DTable.C

View File

@ -291,7 +291,8 @@ public:
inline const word secondarySourceName() const;
//- Return const access to the mapToMap Ptr
inline const autoPtr<meshToMesh> secondaryToPrimaryInterpPtr() const;
inline const autoPtr<meshToMesh>
secondaryToPrimaryInterpPtr() const;
//- Return const referenc to the mapRegion
inline const word mapRegionName() const;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2011 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2012-2012 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2012-2012 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2012-2012 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2012-2012 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License