]> git.treefish.org Git - phys/latlib.git/blobdiff - configcache.h
Implemented new writeout file naming scheme using hashed range string.
[phys/latlib.git] / configcache.h
index a7c59740deb44c7ac46589690016df2c8b149f9b..d07aea429252087e1f98d1d44b57d408fdb5c43a 100644 (file)
@@ -24,6 +24,7 @@ struct infiledesc {
   int nequi;
   int nskip;
   bool extended;
+  bool superextended;
 };
 
 class configcache{
@@ -59,7 +60,7 @@ class configcache{
   string DATADIR;
   string CACHEID;
   int MODE;
-  string getFileId(int actnequi, const bool& shortid=false);
+  string getFileId(int actnequi, const bool& superextended=true, const bool& shortid=false);
 
   ofstream outFile;
   ifstream inFile;