]> git.treefish.org Git - phys/latlib.git/blobdiff - writeout.h
...
[phys/latlib.git] / writeout.h
index 48057d4d506e3b355a7e849440be6cfd615e2488..4df290d78f5c119c4ee0b4092d23656b61eec1d5 100644 (file)
@@ -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();
 };