aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control.h b/src/control.h
index 4b97970..5dcbc89 100644
--- a/src/control.h
+++ b/src/control.h
@@ -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
*
@@ -76,7 +76,7 @@ typedef struct cctx_struct {
struct imagelist_struct *images;
/* "Output" */
- struct reflectionlist_struct *reflectionlist; /* Measured reflections (and stuff added to get displayed with them) */
+ struct reflectionlist_struct *reflectionlist; /* Measured reflections */
struct dw_struct *dw;
struct basis_struct *cell; /* Current estimate of the reciprocal unit cell */
struct reflectionlist_struct *cell_lattice; /* Reflections calculated from 'cell' */