Skip to content

Commit 2f2b710

Browse files
Nicolas CourtyNicolas Courty
authored andcommitted
correction on Win64 bug
1 parent 8845f0a commit 2f2b710

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)