Skip to content

Commit da9cc30

Browse files
committed
fix h file
1 parent ca8711b commit da9cc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/bsp/bsp_wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
#include <cstdint>
55

66

7-
double BSPOT_wrap(int n1, int n2, int d, double *X, double *Y, uint64_t nb_plans, int *plans, int *plan)
7+
double BSPOT_wrap(int n1, int n2, int d, double *X, double *Y, uint64_t nb_plans, int *plans, int *plan);
88

99
#endif

0 commit comments

Comments
 (0)