aboutsummaryrefslogtreecommitdiff
path: root/src/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/control.c')
-rw-r--r--src/control.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/control.c b/src/control.c
index b822457..256a979 100644
--- a/src/control.c
+++ b/src/control.c
@@ -3,7 +3,7 @@
*
* Common control structure
*
- * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ * (c) 2007-2008 Thomas White <taw27@cam.ac.uk>
*
* dtr - Diffraction Tomography Reconstruction
*
@@ -32,6 +32,7 @@ ControlContext *control_ctx_new() {
ctx->refine_window = NULL;
ctx->cell_lattice = NULL;
ctx->integrated = NULL;
+ ctx->cache_filename = NULL;
return ctx;