]> git.treefish.org Git - phys/latlib.git/blobdiff - cubelooks_test.cpp
...
[phys/latlib.git] / cubelooks_test.cpp
diff --git a/cubelooks_test.cpp b/cubelooks_test.cpp
deleted file mode 100644 (file)
index fc6e3f8..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#include "cubelooks.h"
-#include "unistd.h"
-#include <iostream>
-
-using namespace std;
-
-int main(int argc, char **argv)
-{
-
-  cubelooks clooks(2,1, 6, &argc, argv);
-
-  //sleep(2);
-
-  //cubelooks clooks2(2,1, 6, &argc, argv);
-
-  while(true) {
-    sleep(1);
-  }
-  
-
-  return 0;
-}