Skip to content

Commit 3496cff

Browse files
committed
Fix binding functions
1 parent 808b032 commit 3496cff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/cut_to_disk.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <npe.h>
22
#include <common.h>
33
#include <typedefs.h>
4+
#include <pybind11/stl.h>
45
#include <igl/cut_to_disk.h>
56

67
const char *ds_cut_to_disk = R"igl_Qu8mg5v7(

src/path_to_edges.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Examples
3838
npe_function(path_to_edges)
3939
npe_doc(ds_path_to_edges)
4040

41-
npe_arg(i, dense_float, dense_double)
41+
npe_arg(i, dense_int, dense_long, dense_longlong)
4242
npe_default_arg(make_loop, bool, false)
4343

4444

0 commit comments

Comments
 (0)