mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: writeFile - renamed writeTime to writeCurrentTime to avoid conflicts
This commit is contained in:
committed by
Mark Olesen
parent
1b17784a1f
commit
31aad2159f
@ -182,7 +182,7 @@ bool Foam::functionObjects::solverInfo::execute()
|
||||
initialised_ = true;
|
||||
}
|
||||
|
||||
writeTime(file());
|
||||
writeCurrentTime(file());
|
||||
|
||||
for (const word& fieldName : fieldSet_.selectionNames())
|
||||
{
|
||||
|
||||
@ -103,7 +103,7 @@ bool Foam::functionObjects::timeInfo::write()
|
||||
{
|
||||
if (Pstream::master())
|
||||
{
|
||||
writeTime(file());
|
||||
writeCurrentTime(file());
|
||||
|
||||
const scalar cpuTimeNow(time_.elapsedCpuTime());
|
||||
const scalar clockTimeNow(time_.elapsedClockTime());
|
||||
|
||||
Reference in New Issue
Block a user