diff options
author | Thomas White <taw@physics.org> | 2010-09-22 17:35:06 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:59 +0100 |
commit | c68ee0a5c446023b7f550d723c8f3e8b109b9bc5 (patch) | |
tree | 49412bb958e032703f63e82ff54c8e66d321a191 /src/reflections.h | |
parent | 0c5b842c2f991e57df4e8acc2438ffe7ee25e410 (diff) |
compare_hkl: Reject reflections with low SNR
Diffstat (limited to 'src/reflections.h')
-rw-r--r-- | src/reflections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflections.h b/src/reflections.h index de5feb72..84345260 100644 --- a/src/reflections.h +++ b/src/reflections.h @@ -27,7 +27,7 @@ extern void write_reflections(const char *filename, ReflItemList *items, extern ReflItemList *read_reflections(const char *filename, double *intensities, double *phases, - unsigned int *counts); + unsigned int *counts, double *esds); extern double *ideal_intensities(double complex *sfac); |