Skip to content

Commit

Permalink
Merge pull request #77 from DerThorsten/dev
Browse files Browse the repository at this point in the history
cleanup:
  • Loading branch information
DerThorsten authored Jun 1, 2017
2 parents 14b1c67 + a29e908 commit bf93881
Show file tree
Hide file tree
Showing 26 changed files with 7,211 additions and 3,330 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "externals/marray"]
path = externals/marray
url = https://github.com/DerThorsten/marray

[submodule "externals/pybind11"]
path = externals/pybind11
url = https://github.com/pybind/pybind11
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
project(nifty)

set (NIFTY_VERSION_MAJOR 0)
set (NIFTY_VERSION_MINOR 14)
set (NIFTY_VERSION_MINOR 15)
set (NIFTY_VERSION_PATCH 0)


Expand Down Expand Up @@ -124,7 +124,7 @@ endif()
#-------------------------------------------------------------------------------------------------------------------

include_directories( "${CMAKE_CURRENT_SOURCE_DIR}/externals/qpbo")
include_directories( "${CMAKE_CURRENT_SOURCE_DIR}/externals/marray/include")
#include_directories( "${CMAKE_CURRENT_SOURCE_DIR}/externals/marray/include")
include_directories( "${CMAKE_CURRENT_SOURCE_DIR}/externals/pybind11/include")
include_directories( "${CMAKE_CURRENT_SOURCE_DIR}/externals/vigra/include")
include_directories( "${CMAKE_CURRENT_SOURCE_DIR}/externals/graph/include")
Expand Down
48 changes: 0 additions & 48 deletions deprecated/cremi/malas.py

This file was deleted.

99 changes: 0 additions & 99 deletions deprecated/cremi/train.py

This file was deleted.

165 changes: 0 additions & 165 deletions deprecated/learnit.py

This file was deleted.

Loading

0 comments on commit bf93881

Please sign in to comment.