diff options
author | Thomas White <taw@physics.org> | 2010-02-09 17:50:22 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-17 10:33:25 +0100 |
commit | 1b5c5d980742c358debb6cf2783362d847a90230 (patch) | |
tree | bea5c5c3050a6d08edcf1749d157940dfc59384e /src/reflections.h | |
parent | 203bba5bb8d6723c9706867b2a7ad1f94fd5f7d0 (diff) |
Add compare_hkl utility for working out Lorentz factors
Diffstat (limited to 'src/reflections.h')
-rw-r--r-- | src/reflections.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reflections.h b/src/reflections.h index 7bc426ca..14209c34 100644 --- a/src/reflections.h +++ b/src/reflections.h @@ -23,6 +23,8 @@ extern void write_reflections(const char *filename, unsigned int *counts, double *ref, int zone_axis, UnitCell *cell); +extern double *read_reflections(const char *filename); + extern double *ideal_intensities(double complex *sfac); |