X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/6ad2fe3a6550b77888c46b17f81d8ab74406649d..3c0ea1a85b09df3bb85839ba92831fca9e10a82f:/configcache.cpp diff --git a/configcache.cpp b/configcache.cpp index b6edc17..62519a4 100644 --- a/configcache.cpp +++ b/configcache.cpp @@ -174,11 +174,9 @@ void * configcache::getHeader(const string& headerid) { return NULL; } -/* returns number of equilibration-steps left with new read configuration - or zero if no new configuration was read */ -void configcache::readConfig(bool& readnewconfig, int& nequileft, vector *excludeFileHashes) +void configcache::readConfig(bool *readnewconfig, int *nequileft, vector *excludeFileHashes) { - readnewconfig = false; + *readnewconfig = false; if(DATADIR == "" || MODE == CACHE_MODE_DISABLED) return; @@ -193,8 +191,8 @@ void configcache::readConfig(bool& readnewconfig, int& nequileft, vector