Skip to content

Commit

Permalink
Fixes #256.
Browse files Browse the repository at this point in the history
  • Loading branch information
imckstewart committed Jan 15, 2018
1 parent 611ec49 commit 0ba4240
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.srcs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ CONVSOURCES = \
src/gridconvert.c\
src/gridio.c\
src/grid_aux.c\
src/lime_defaults.c\
src/messages.c\
src/molinit.c\
src/popsin.c\
Expand Down
6 changes: 6 additions & 0 deletions src/gridconvert.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ int silent = 0;
int defaultFuncFlags = 0;
double defaultDensyPower = DENSITY_POWER;

#ifdef TEST
_Bool fixRandomSeeds = TRUE;
#else
_Bool fixRandomSeeds = FALSE;
#endif

const char *argp_program_version = VERSION;
const char *argp_program_bug_address = "https://github.com/lime-rt/lime";
/* Program documentation. */
Expand Down

0 comments on commit 0ba4240

Please sign in to comment.