aboutsummaryrefslogtreecommitdiff
path: root/src/qdrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdrp.c')
-rw-r--r--src/qdrp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qdrp.c b/src/qdrp.c
index aae0c2e..cd24b12 100644
--- a/src/qdrp.c
+++ b/src/qdrp.c
@@ -3,7 +3,8 @@
*
* Handle QDRP-style control files
*
- * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ * (c) 2007-2008 Thomas White <taw27@cam.ac.uk>
+ *
* dtr - Diffraction Tomography Reconstruction
*
*/
@@ -108,7 +109,7 @@ static int qdrp_parseline(ControlContext *ctx, const char *line) {
}
ctx->started = 1;
- ctx->reflectionlist = reflectionlist_new();
+ ctx->fmode = FORMULATION_CLEN;
}