From 1fcc67c78a3a89d4723f4e4b502044c189151787 Mon Sep 17 00:00:00 2001 From: Andrew Kern <7674197+andrewkern@users.noreply.github.com> Date: Wed, 12 Sep 2018 16:41:43 -0700 Subject: [PATCH] turning down default traj size --- discoal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discoal.h b/discoal.h index 0b1daa0..a113b67 100644 --- a/discoal.h +++ b/discoal.h @@ -116,7 +116,7 @@ double recurSweepRate; int EFFECTIVE_POPN_SIZE; -#define TRAJSTEPSTART 5000000000 +#define TRAJSTEPSTART 500000000 long int maxTrajSteps; float *currentTrajectory; long int currentTrajectoryStep, totalTrajectorySteps;