From 5f87e12f084748c6f0d6da091d9a3de7fa937ab5 Mon Sep 17 00:00:00 2001 From: Tom White Date: Mon, 22 Sep 2008 15:25:09 +0100 Subject: Comments and boilerplate in control.h --- src/control.h | 4 ++-- 1 file 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 + * (c) 2007-2008 Thomas White * * 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' */ -- cgit v1.2.3