aboutsummaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h
index 259d3eb6..0b740995 100644
--- a/src/index.h
+++ b/src/index.h
@@ -33,7 +33,8 @@ typedef struct _indexingprivate IndexingPrivate;
extern IndexingPrivate *prepare_indexing(IndexingMethod indm, UnitCell *cell,
const char *filename,
- struct detector *det);
+ struct detector *det,
+ double nominal_photon_energy);
extern void map_all_peaks(struct image *image);