aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom White <weiss@jade.(none)>2008-09-22 15:25:09 +0100
committerTom White <weiss@jade.(none)>2008-09-23 17:00:24 +0100
commit5f87e12f084748c6f0d6da091d9a3de7fa937ab5 (patch)
tree4a5c1a7174cd3280cb6720a1f4a719a3a3057e44
parent220cb7bfd5510d076bbdf0375a2817f767c06362 (diff)
Comments and boilerplate in control.h
-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' */