From 1b5c5d980742c358debb6cf2783362d847a90230 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 9 Feb 2010 17:50:22 +0100 Subject: Add compare_hkl utility for working out Lorentz factors --- src/reflections.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/reflections.h') 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); -- cgit v1.2.3