X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/2941710185479c3748e991a3932c4af8832204a9..22d4f36d4bbd95447a454cceb9084af46927e023:/hypercache_test.cpp diff --git a/hypercache_test.cpp b/hypercache_test.cpp deleted file mode 100644 index 388ab0a..0000000 --- a/hypercache_test.cpp +++ /dev/null @@ -1,16 +0,0 @@ -#include "hypercache.h" - -#include - -using namespace std; - -int main() { - char *test; - char *test2; - - hypercache::initO("hallo", 100, 10, "", &test, sizeof(int), CACHE_MODE_READ); - - hypercache::addPara("kappa", 1); - - hypercache::readO(); -}