aboutsummaryrefslogtreecommitdiff
path: root/src/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/control.c')
-rw-r--r--src/control.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control.c b/src/control.c
index 5c66713..b822457 100644
--- a/src/control.c
+++ b/src/control.c
@@ -31,6 +31,7 @@ ControlContext *control_ctx_new() {
ctx->reflectionlist = NULL;
ctx->refine_window = NULL;
ctx->cell_lattice = NULL;
+ ctx->integrated = NULL;
return ctx;