From cdd1cb0e8c4fda3671714bb5ad6ba1825cff16d1 Mon Sep 17 00:00:00 2001 From: Puneet Kohli <punkohl@gmail.com> Date: Sun, 06 May 2018 21:45:26 +0000 Subject: [PATCH] Change matplotlib backend to 'agg' when 'show_plot' is false. This allows the script to be run from command line without any errors (for ex, on a remote machine) --- src/utils.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/utils.h b/src/utils.h index d56931c..8e8e1c7 100644 --- a/src/utils.h +++ b/src/utils.h @@ -25,6 +25,7 @@ #endif #endif +double what_time_is_it_now(); int *read_map(char *filename); void shuffle(void *arr, size_t n, size_t size); void sorta_shuffle(void *arr, size_t n, size_t size, size_t sections); -- Gitblit v1.10.0