fix for pybind11

This commit is contained in:
kreso-t
2018-08-19 16:52:13 +02:00
committed by wmayer
parent 31cbf6f653
commit 7ca6f83752

View File

@@ -396,9 +396,3 @@ PYBIND11_MODULE(area, m){
};
using namespace AdaptivePath;
PYBIND11_MODULE(AdaptivePath, m){
}