Standardise on British spelling: initialize -> initialise

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 14:51:48 +01:00
parent 52298a5ff1
commit 55f751641e
124 changed files with 302 additions and 310 deletions

View File

@ -654,7 +654,7 @@ bool Foam::functionObjectList::read()
bool ok = true;
updated_ = execution_;
// Avoid reading/initializing if execution is off
// Avoid reading/initialising if execution is off
if (!execution_)
{
return true;