aboutsummaryrefslogtreecommitdiff
path: root/src/control.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-12-06 19:17:34 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-12-06 19:17:34 +0000
commit6fd2b35dd7250d165a76bf36a76e764efdc5ec3a (patch)
tree6829d4734b24750749e21d73489a66ae6192be30 /src/control.h
parent46a44952b1240ff3a1919357991061cd02396884 (diff)
Quantification stuff
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@223 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/control.h')
-rw-r--r--src/control.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/control.h b/src/control.h
index c6e1306..e5bde09 100644
--- a/src/control.h
+++ b/src/control.h
@@ -78,10 +78,11 @@ typedef struct cctx_struct {
struct imagelist_struct *images;
/* "Output" */
- struct reflectionlist_struct *reflectionlist; /* Measured reflections (and stuff added to get displayed) */
+ struct reflectionlist_struct *reflectionlist; /* Measured reflections (and stuff added to get displayed with them) */
struct dw_struct *dw;
struct basis_struct *cell; /* Current estimate of the reciprocal unit cell */
struct reflectionlist_struct *cell_lattice; /* Reflections calculated from 'cell' */
+ struct reflectionlist_struct *integrated; /* "Final" integrated intensities */
/* GTK bits */
GtkWidget *combo_peaksearch;