Skip to content

Commit 57330c5

Browse files
committed
Merge branch 'master' of github.com:rflamary/POT
2 parents d54834f + 2f2b710 commit 57330c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ot/lp/EMD_wrapper.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
void EMD_wrap(int n1,int n2, double *X, double *Y,double *D, double *G, double *cost) {
1919
// beware M and C anre strored in row major C style!!!
2020
int n, m, i,cur;
21-
double max,max_iter;
22-
21+
double max;
22+
int max_iter=10000;
2323

2424
typedef FullBipartiteDigraph Digraph;
2525
DIGRAPH_TYPEDEFS(FullBipartiteDigraph);

0 commit comments

Comments
 (0)