Skip to content

Commit

Permalink
turning down default traj size
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkern authored Sep 12, 2018
1 parent 6f44bc7 commit 1fcc67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discoal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1fcc67c

Please sign in to comment.