X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/2a77bf6d539b1750d194de21ed287a958609693a..e82cb4b1f88e18f5b9487e49f79b9a091942132f:/writeout.h?ds=inline diff --git a/writeout.h b/writeout.h index 67c07c8..fc48c16 100644 --- a/writeout.h +++ b/writeout.h @@ -11,7 +11,7 @@ class writeout { public: writeout(const string& wdir, const string& signature, - const int& rank, const int& procs, const long& timestamp=0); + const int& rank, const int& procs); void newsub(string subname); map out; ostream *log; @@ -25,11 +25,11 @@ class writeout string fulldir; char cRank[20]; int rank; - string tstamp(const long& timestamp); int numprocs; string getdatfile(string subname); string timestring(); string signature; + static string longToStr (long arg); }; #endif