diff options
author | Thomas White <taw@physics.org> | 2010-07-02 18:51:27 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:52 +0100 |
commit | 25f94f2adde8292e0d58d880cd87a905b89c5527 (patch) | |
tree | 685dc25c1ff66b375610b3bb119b2929ce365eb1 /src/statistics.h | |
parent | 81ce39f9d6e6df5ec2bfd54ca1c1a57edd1f22dc (diff) |
compare_hkl: Show Rmerge as well
Diffstat (limited to 'src/statistics.h')
-rw-r--r-- | src/statistics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/statistics.h b/src/statistics.h index fe7f57e1..e19d4b29 100644 --- a/src/statistics.h +++ b/src/statistics.h @@ -23,4 +23,8 @@ extern double stat_r2(const double *ref1, const unsigned int *c1, const double *ref2, const unsigned int *c2, double *scalep); +extern double stat_rmerge(const double *ref1, const unsigned int *c1, + const double *ref2, const unsigned int *c2, + double *scalep); + #endif /* STATISTICS_H */ |