aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-10-25 16:00:23 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:03 +0100
commit380ec553c04576fc3dc4c816127078d3c2cf9e32 (patch)
tree7f2e4a384bf1ed2285c15817fbbfe46c1add1d64 /src/reflections.h
parenta1408ca8460ef486730b4e5ce11cfca2504edf3b (diff)
Read beam parameters from file (where appropriate)
Diffstat (limited to 'src/reflections.h')
-rw-r--r--src/reflections.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reflections.h b/src/reflections.h
index 84345260..7b5e5e42 100644
--- a/src/reflections.h
+++ b/src/reflections.h
@@ -23,7 +23,8 @@
extern void write_reflections(const char *filename, ReflItemList *items,
double *intensities, double *phases,
- unsigned int *counts, UnitCell *cell);
+ unsigned int *counts, UnitCell *cell,
+ double adu_per_photon);
extern ReflItemList *read_reflections(const char *filename,
double *intensities, double *phases,