X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/4d1416455c49f0ba19954ca80a72b72f9dfcd33e..2c7e8d0d8fdb233087376cc62752fdc45646c8c8:/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 ) );