Add booleanmatrix and simplicialcomplex
authorStefan Huber <shuber@sthu.org>
Thu, 7 Nov 2013 18:37:59 +0000 (19:37 +0100)
committerStefan Huber <shuber@sthu.org>
Mon, 11 Nov 2013 12:40:25 +0000 (13:40 +0100)
commit267194caeb2fe56530b11c440fefd01c344e5482
tree7b6bf2458109b8591c45ee56974fbf048fc09c26
parent41cc37223bc28bc0607d4550504fc960eb36ca18
Add booleanmatrix and simplicialcomplex
17 files changed:
CMakeLists.txt
cmake/cmake_uninstall.cmake.in [new file with mode: 0644]
include/CMakeLists.txt
include/libstick-0.1/booleanmatrix.h [new file with mode: 0644]
include/libstick-0.1/simplicialcomplex.h [new file with mode: 0644]
include/libstick-0.1/test.h [new file with mode: 0644]
include/stick.h [deleted file]
lib/CMakeLists.txt
lib/stick.c [deleted file]
lib/test.cc [new file with mode: 0644]
src/CMakeLists.txt
src/main.c [deleted file]
src/main.cc [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/booleanmatrix.h [new file with mode: 0644]
tests/main.cc [new file with mode: 0644]
tests/simplicialcomplex.h [new file with mode: 0644]