X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/b8c3dcf5e075cc961b2693b1fcb8d1b8604e8f7c..2c7ea0058473eb98219ff87c64e28f31fac34b90:/cubelooks_test.cpp?ds=sidebyside diff --git a/cubelooks_test.cpp b/cubelooks_test.cpp deleted file mode 100644 index fc6e3f8..0000000 --- a/cubelooks_test.cpp +++ /dev/null @@ -1,22 +0,0 @@ -#include "cubelooks.h" -#include "unistd.h" -#include - -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; -}