X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/7f5403eed95da4350dcc03d817eb8468dab07142..2941710185479c3748e991a3932c4af8832204a9:/hypercache.h?ds=sidebyside diff --git a/hypercache.h b/hypercache.h index 11e1565..f7c039c 100644 --- a/hypercache.h +++ b/hypercache.h @@ -20,8 +20,8 @@ class hypercache { static void addPara(const string& parid, const double& val=0); static void setPara(const string& parid, const double& value); - static bool readO(); - static bool readC(); + static int readO(); + static int readC(); static void writeO(); static void writeC(); static void writeHeaderO(const string& headerid, char *header, long unsigned int size) { O->writeHeader(headerid, header, size); }