aboutsummaryrefslogtreecommitdiff
path: root/src/cubeit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cubeit.c')
-rw-r--r--src/cubeit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cubeit.c b/src/cubeit.c
index 7b40f8e5..30deb724 100644
--- a/src/cubeit.c
+++ b/src/cubeit.c
@@ -392,9 +392,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;
}