Skip to content

Commit

Permalink
move skeleton code to skeleton folder
Browse files Browse the repository at this point in the history
  • Loading branch information
xiuliren committed Feb 23, 2022
1 parent 66366ae commit e0db485
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions cpp/skeleton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
#include <pybind11/stl.h>
#define FORCE_IMPORT_ARRAY


#include "reneu/utils/math.hpp"
#include "reneu/type_aliase.hpp"
#include "reneu/skeleton.hpp"
#include "reneu/nblast.hpp"
#include "reneu/skeleton/skeleton.hpp"
#include "reneu/skeleton/nblast.hpp"


namespace py = pybind11;
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module load cmake

#rm -rf ./build
#mv python/reneu/lib/segmentation.so /tmp/
#rm python/reneu/lib/skeleton.so
rm python/reneu/lib/skeleton.so
rm python/reneu/lib/segmentation.so

#python setup.py develop
Expand Down

0 comments on commit e0db485

Please sign in to comment.