From d45677c6b6c671676c5487cb25fb01d7f7d02702 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 26 Aug 2010 16:58:21 +0200 Subject: compare_hkl: Get rid of Riso --- src/compare_hkl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/compare_hkl.c') diff --git a/src/compare_hkl.c b/src/compare_hkl.c index 5f8b79ce..5a490771 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -53,7 +53,7 @@ int main(int argc, char *argv[]) char *afile = NULL; char *bfile = NULL; char *sym = NULL; - double scale, R1, R2, Rdiff, Riso, pearson; + double scale, R1, R2, Rdiff, pearson; int i, ncom; ReflItemList *i1, *i2, *icommon; @@ -149,8 +149,6 @@ int main(int argc, char *argv[]) STATUS("R2 = %5.4f %% (scale=%5.2e)\n", R2*100.0, scale); Rdiff = stat_rdiff(ref1, ref2_transformed, icommon, &scale); STATUS("Rdiff = %5.4f %% (scale=%5.2e)\n", Rdiff*100.0, scale); - Riso = stat_riso(ref1, ref2_transformed, icommon, &scale); - STATUS("Riso = %5.4f %% (scale=%5.2e)\n", Riso*100.0, scale); pearson = stat_pearson(ref1, ref2_transformed, icommon); STATUS("Pearson r = %5.4f\n", pearson); -- cgit v1.2.3