]> git.treefish.org Git - phys/latlib.git/blobdiff - hypercache.cpp
added support for using excluded config-files for equilibration.
[phys/latlib.git] / hypercache.cpp
index 734a640469649d31b8837bed4a7c1a4ccf4a76e6..03a20f8f518519e1aaf08108a3a9f3b36cfa57e9 100644 (file)
@@ -73,6 +73,12 @@ int hypercache::readC() {
   return readret; 
 }
 
   return readret; 
 }
 
+int hypercache::read1CForEqui() {
+  int readret = C->readConfig(NULL);
+  C->closeInFile();
+  return readret;
+}
+
 void hypercache::writeC() {
   C->writeConfig();
   activeCFile = fileOfPath( C->getOutFileName().substr( 0, C->getOutFileName().length()-4 ) );
 void hypercache::writeC() {
   C->writeConfig();
   activeCFile = fileOfPath( C->getOutFileName().substr( 0, C->getOutFileName().length()-4 ) );