aboutsummaryrefslogtreecommitdiffstats
path: root/test/c/nbody.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/nbody.c')
-rw-r--r--test/c/nbody.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/c/nbody.c b/test/c/nbody.c
index 530c41fa..207184f7 100644
--- a/test/c/nbody.c
+++ b/test/c/nbody.c
@@ -140,7 +140,7 @@ void setup_bodies(void)
int main(int argc, char ** argv)
{
- int n = argc < 2 ? 1000000 : atoi(argv[1]);
+ int n = argc < 2 ? 200 : atoi(argv[1]);
int i;
setup_bodies();