Skip to content

Commit 2a644e4

Browse files
up max_iterations
1 parent 6b08dd0 commit 2a644e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/* DEFINITIONS */
2020
#define MAX_SIG_SIZE 500
21-
#define MAX_ITERATIONS 10
21+
#define MAX_ITERATIONS 500
2222
#define EPSILON 1e-6
2323

2424
/*****************************************************************************/

0 commit comments

Comments
 (0)