diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-14 01:14:29 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:03 +0100 |
commit | 67d8cf120ba7e8140449379d0153cef93795c813 (patch) | |
tree | 24bba9a620a3e91b1ea882e11be2b88a9145930a /src/statistics.h | |
parent | e9803e863335882f161295af184d91ebd5e9e02c (diff) |
compare_hkl: Add Rinternal(I)
Diffstat (limited to 'src/statistics.h')
-rw-r--r-- | src/statistics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/statistics.h b/src/statistics.h index 6a8efb50..18603357 100644 --- a/src/statistics.h +++ b/src/statistics.h @@ -37,6 +37,8 @@ extern double stat_rdiff_zero(const double *ref1, const double *ref2, ReflItemList *items, double *scalep); extern double stat_rdiff_ignore(const double *ref1, const double *ref2, ReflItemList *items, double *scalep); +extern double stat_rdiff_intensity(const double *ref1, const double *ref2, + ReflItemList *items, double *scalep); extern double stat_pearson_i(const double *ref1, const double *ref2, ReflItemList *items); |