aboutsummaryrefslogtreecommitdiff
path: root/src/control.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-02 17:17:45 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-02 17:17:45 +0000
commit80828d43d4959122c549be8e44b26815bdb61519 (patch)
tree02edf84522e8bdfa095ec822ca25c6b9dcd34102 /src/control.c
parent21741980a3499e6d5ef44f27f2ae1d63a51152c7 (diff)
Further DirAx improvements
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@142 bf6ca9ba-c028-0410-8290-897cf20841d1
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 032700d..80cf7ce 100644
--- a/src/control.c
+++ b/src/control.c
@@ -54,6 +54,7 @@ ControlContext *control_ctx_new() {
ctx->y_centre = 0;
ctx->have_centres = 0;
ctx->cell = NULL;
+ ctx->dirax = NULL;
return ctx;