aboutsummaryrefslogtreecommitdiff
path: root/src/reintegrate.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-02-09 16:08:27 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:14 +0100
commitda51525409db6ac1ac41460d2ce5a4eea26775de (patch)
treec0dd4bbe931f614e395c28b07e18ce1273683eef /src/reintegrate.c
parent467009dbfad7d41231067baa5961e02f8e31d8d0 (diff)
The per-shot wavelength is needed for scaling and post refinement
Diffstat (limited to 'src/reintegrate.c')
-rw-r--r--src/reintegrate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reintegrate.c b/src/reintegrate.c
index 09634cd7..a3ee85c9 100644
--- a/src/reintegrate.c
+++ b/src/reintegrate.c
@@ -158,9 +158,10 @@ static void *get_image(void *qp)
struct queue_args *qargs = qp;
UnitCell *cell;
char *filename;
+ double ph_ev;
/* Get the next filename */
- if ( find_chunk(qargs->fh, &cell, &filename) ) {
+ if ( find_chunk(qargs->fh, &cell, &filename, &ph_ev) ) {
return NULL;
}