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:
@ -429,7 +429,7 @@ void syncPoints
|
||||
// reduction not strictly necessary.
|
||||
// reduce(hasTransformation, orOp<bool>());
|
||||
|
||||
// Synchronize multiple shared points.
|
||||
// Synchronise multiple shared points.
|
||||
const globalMeshData& pd = mesh.globalData();
|
||||
|
||||
if (pd.nGlobalPoints() > 0)
|
||||
|
||||
Reference in New Issue
Block a user