aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2014-05-21 09:58:48 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2014-05-21 09:58:48 +0000
commitf28b85e4f885c454d1c6687c23c41715bd7a433c (patch)
treef356129303ba3d3caa2ccdafd216f050d6996200
parentd0c042db48b7d67c7b99f8a263002a735c9d43ee (diff)
change maximum mass/link number
svn path=/trunk/externals/pmpd/; revision=17309
-rw-r--r--pmpd2d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pmpd2d.h b/pmpd2d.h
index a9a1cf4..2ab71df 100644
--- a/pmpd2d.h
+++ b/pmpd2d.h
@@ -1,5 +1,5 @@
-#define nb_max_link 100000
-#define nb_max_mass 100000
+#define nb_max_link 5000000
+#define nb_max_mass 5000000
#define max(a,b) ( ((a) > (b)) ? (a) : (b) )
#define min(a,b) ( ((a) < (b)) ? (a) : (b) )