]> git.treefish.org Git - phys/latlib.git/blobdiff - hypercache_test.cpp
made hypercache multi-observable.
[phys/latlib.git] / hypercache_test.cpp
diff --git a/hypercache_test.cpp b/hypercache_test.cpp
deleted file mode 100644 (file)
index 388ab0a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "hypercache.h"
-
-#include <string>
-
-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();
-}