diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H index 2029249ed3b8886af3793cfdfb8f6b81454b98d5..1e0ab218491e9ee1f26f9cf79f04c8a064d68e1a 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H @@ -35,7 +35,7 @@ Description SourceFiles pointPatchField.C - newPointPatchField.C + pointPatchFieldNew.C \*---------------------------------------------------------------------------*/ diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldNew.C b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldNew.C index a3ce7e0d8a7cd3e0098732b25fd0c89a66e1bf86..5e88a183dc8912f4448c43b82f22c1d53b277f72 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldNew.C +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldNew.C @@ -6,20 +6,20 @@ \\/ M anipulation | ------------------------------------------------------------------------------- License - This file is part of2011 OpenFOAM. + This file is part of OpenFOAM. - 2011 OpenFOAM is free software: you can redistribute it and/or modify it + OpenFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - 2011 OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with2011 OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. \*---------------------------------------------------------------------------*/