diff --git a/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.C b/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.C index bdbd04ca14..bdec9270a0 100644 --- a/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.C +++ b/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.C @@ -299,7 +299,10 @@ Foam::interpolation2DTable::wordToBoundsHandling { WarningIn ( - "Foam::interpolation2DTable::wordToBoundsHandling(const word&)" + "Foam::interpolation2DTable::wordToBoundsHandling + "( + " const word&" + ")" ) << "bad outOfBounds specifier " << bound << " using 'warn'" << endl; return interpolation2DTable::WARN; diff --git a/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.H b/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.H index cc4a37aa6e..a76abcfaed 100644 --- a/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.H +++ b/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.H @@ -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 diff --git a/src/fieldSources/basicSource/basicSource/basicSource.H b/src/fieldSources/basicSource/basicSource/basicSource.H index 3fa4974c86..1bff312111 100644 --- a/src/fieldSources/basicSource/basicSource/basicSource.H +++ b/src/fieldSources/basicSource/basicSource/basicSource.H @@ -291,7 +291,8 @@ public: inline const word secondarySourceName() const; //- Return const access to the mapToMap Ptr - inline const autoPtr secondaryToPrimaryInterpPtr() const; + inline const autoPtr + secondaryToPrimaryInterpPtr() const; //- Return const referenc to the mapRegion inline const word mapRegionName() const; diff --git a/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetPoints.H b/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetPoints.H index 8149983268..b23f7540dc 100644 --- a/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetPoints.H +++ b/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetPoints.H @@ -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 diff --git a/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetrahedron.C b/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetrahedron.C index 14c59d5eca..d82cf30a50 100644 --- a/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetrahedron.C +++ b/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetrahedron.C @@ -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 diff --git a/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetrahedron.H b/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetrahedron.H index 0424f91b11..13e7acd4eb 100644 --- a/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetrahedron.H +++ b/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetrahedron.H @@ -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 diff --git a/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetrahedronI.H b/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetrahedronI.H index 6bd780aa55..922ae0057e 100644 --- a/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetrahedronI.H +++ b/src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetrahedronI.H @@ -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