X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/4d1416455c49f0ba19954ca80a72b72f9dfcd33e..ad54f29de351976a096b4991fe426ffc30332df2:/hypercache.cpp diff --git a/hypercache.cpp b/hypercache.cpp index 734a640..03a20f8 100644 --- a/hypercache.cpp +++ b/hypercache.cpp @@ -73,6 +73,12 @@ int hypercache::readC() { 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 ) );