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
@ -186,7 +186,7 @@ public:
|
||||
virtual void writeHeader(Ostream& os, const string& str) const;
|
||||
|
||||
//- Write the current time to stream
|
||||
virtual void writeTime(Ostream& os) const;
|
||||
virtual void writeCurrentTime(Ostream& os) const;
|
||||
|
||||
//- Write a break marker to the stream
|
||||
virtual void writeBreak(Ostream& os) const;
|
||||
|
||||
Reference in New Issue
Block a user