ENH: writeFile - add option to (not)use user time. Fixes #1078

This commit is contained in:
Andrew Heather
2018-12-03 16:58:40 +00:00
parent a8ff5b10e8
commit f3488c1220
2 changed files with 19 additions and 4 deletions

View File

@ -82,6 +82,10 @@ protected:
//- Flag to identify whether the header has been written
bool writtenHeader_;
//- Flag to use the specified user time, e.g. CA deg instead
//- of seconds. Default = true
bool useUserTime_;
//- Start time value
scalar startTime_;