aboutsummaryrefslogtreecommitdiff
path: root/tests/integration_check.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-12-10 09:25:17 +0100
committerThomas White <taw@physics.org>2015-12-10 09:25:17 +0100
commit3405b5cf407927f648cee59d5e746211888b104b (patch)
tree6ef50055056c75c8da65b7e89057f46877de7927 /tests/integration_check.c
parentf094e70fd60899579a8452c1c08121f25e0be885 (diff)
Fix integration tests for new saturation map
Diffstat (limited to 'tests/integration_check.c')
-rw-r--r--tests/integration_check.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration_check.c b/tests/integration_check.c
index 2acd0f34..10989cbb 100644
--- a/tests/integration_check.c
+++ b/tests/integration_check.c
@@ -101,6 +101,7 @@ int main(int argc, char *argv[])
image.bad = malloc(sizeof(int *));
image.bad[0] = malloc(w*h*sizeof(int));
memset(image.bad[0], 0, w*h*sizeof(int));
+ image.sat = NULL;
image.n_crystals = 0;
image.crystals = NULL;