Standardise on British spelling: -ize -> -ise

OpenFOAM is predominantly written in Britain with British spelling conventions
so -ise is preferred to -ize.
This commit is contained in:
Henry Weller
2021-06-01 19:11:58 +01:00
parent 55f751641e
commit ee777e4083
345 changed files with 1190 additions and 1190 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2015-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2015-2021 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -110,7 +110,7 @@ void Foam::printMeshStats(const polyMesh& mesh, const bool allTopology)
<< " cell zones: " << mesh.cellZones().size() << nl
<< endl;
// Construct shape recognizers
// Construct shape recognisers
hexMatcher hex;
prismMatcher prism;
wedgeMatcher wedge;

View File

@ -78,7 +78,7 @@ void Foam::printMeshStats(const polyMesh& mesh, const bool allTopology)
<< " cell zones: " << mesh.cellZones().size() << nl
<< endl;
// Construct shape recognizers
// Construct shape recognisers
hexMatcher hex;
prismMatcher prism;
wedgeMatcher wedge;