Corrected 'Class' entries in headers
Using script provided by Bruno Santos See https://bugs.openfoam.org/view.php?id=2919
This commit is contained in:
@ -1083,6 +1083,9 @@ void addInterZonePatches
|
||||
cyclicPolyPatch::transformTypeNames[cyclicPolyPatch::NOORDERING]
|
||||
);
|
||||
|
||||
// Allow arbitrary matching for nonuniformTransformCyclicPolyPatch
|
||||
transformDict.add("matchTolerance", 1e6);
|
||||
|
||||
label nOldPatches = newPatches.size();
|
||||
|
||||
if (!oneD)
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2012-2016 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2012-2018 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::helpBoundary
|
||||
Foam::helpTypes::helpBoundary
|
||||
|
||||
Description
|
||||
This class provides help for boundary conditions (patch fields). When no
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2012-2016 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2012-2018 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::helpFunctionObject
|
||||
Foam::helpTypes::helpFunctionObject
|
||||
|
||||
Description
|
||||
This class provides help for functionObjects. When no additional arguments
|
||||
|
||||
Reference in New Issue
Block a user