From 3773bd350ff451b1626216bef01239f2a0ab1339 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Fri, 12 Aug 2011 08:13:58 +0000 Subject: reduce max mass and link number svn path=/trunk/externals/pmpd/; revision=15208 --- pmpd2d.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pmpd2d.c') diff --git a/pmpd2d.c b/pmpd2d.c index 221d5b2..830b207 100644 --- a/pmpd2d.c +++ b/pmpd2d.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) ) -- cgit v1.2.1