ENH: enable user to control re-writing of function object output file headers. See #1556

This commit is contained in:
Andrew Heather
2020-01-21 15:10:29 +00:00
committed by Andrew Heather
parent d44babcc78
commit 1b45599b26
4 changed files with 23 additions and 3 deletions

View File

@ -529,7 +529,7 @@ protected:
//- Output file header information
virtual void writeFileHeader(Ostream& os) const;
virtual void writeFileHeader(Ostream& os);
public: