aboutsummaryrefslogtreecommitdiff
path: root/src/control.h
diff options
context:
space:
mode:
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;