STYLE: writeFile - renamed writeTime to writeCurrentTime to avoid conflicts

This commit is contained in:
Andrew Heather
2019-09-09 09:19:38 +01:00
committed by Mark Olesen
parent 1b17784a1f
commit 31aad2159f
23 changed files with 25 additions and 25 deletions

View File

@ -182,7 +182,7 @@ bool Foam::functionObjects::solverInfo::execute()
initialised_ = true;
}
writeTime(file());
writeCurrentTime(file());
for (const word& fieldName : fieldSet_.selectionNames())
{