aboutsummaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index fe5cb66..0828203 100644
--- a/src/test.c
+++ b/src/test.c
@@ -498,7 +498,7 @@ int test_path(char *err)
rand_sphere(dir0);
- path *p = path_init(pos0,dir0,T0,range,0.1,getKineticEnergy,NULL,NULL,NULL,0,m);
+ path *p = path_init(pos0,dir0,T0,range,1000,0.1,getKineticEnergy,NULL,NULL,NULL,0,m);
for (j = 0; j < 100; j++) {
s = range*j/99;