aboutsummaryrefslogtreecommitdiff
path: root/src/templates.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-10-27 11:39:14 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:04 +0100
commit679af12a3b4fea2dbdb39cfc56272816f51a2c79 (patch)
tree7ffc38d596b6b8127ade29d7583a58fa231bd57e /src/templates.h
parent80e6d044ba9237d2778d91bbb585aa93297a135e (diff)
Take nominal photon energy from file
Diffstat (limited to 'src/templates.h')
-rw-r--r--src/templates.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/templates.h b/src/templates.h
index 50aa7443..33e6c75e 100644
--- a/src/templates.h
+++ b/src/templates.h
@@ -22,7 +22,8 @@
#include "cell.h"
extern IndexingPrivate *generate_templates(UnitCell *cell, const char *filename,
- struct detector *det);
+ struct detector *det,
+ double nominal_photon_energy);
extern void match_templates(struct image *image, IndexingPrivate *ipriv);