X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/67fd3c920d4a69ab05834f90603e2115e67e36c0..8df1123044f6db7e7fb1b3981cd77750cb1ebb43:/writeout.h diff --git a/writeout.h b/writeout.h index 48057d4..4df290d 100644 --- a/writeout.h +++ b/writeout.h @@ -10,7 +10,7 @@ class writeout { public: writeout(const string& wdir, const string& signature, - const int& rank, const int& procs); + const int& rank, const int& procs, const long& timestamp=0); ostream *out; ~writeout(); @@ -19,7 +19,7 @@ class writeout streambuf *buf; string fulldir; char cRank[20]; - string tstamp(); + string tstamp(const long& timestamp); int numprocs; string getdatfile(); };