aboutsummaryrefslogtreecommitdiff
path: root/pmpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'pmpd.c')
-rw-r--r--pmpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pmpd.c b/pmpd.c
index 5fa3b2c..07b8c14 100644
--- a/pmpd.c
+++ b/pmpd.c
@@ -31,8 +31,8 @@
#include "stdio.h"
#include "math.h"
-#define nb_max_link 10000000
-#define nb_max_mass 1000000
+#define nb_max_link 100000
+#define nb_max_mass 100000
#define max(a,b) ( ((a) > (b)) ? (a) : (b) )
#define min(a,b) ( ((a) < (b)) ? (a) : (b) )