diff options
author | Thomas White <taw@physics.org> | 2019-05-07 17:25:50 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-05-14 10:02:50 +0200 |
commit | 0f7396045b5242ab8271b22e97b53ccd42f60397 (patch) | |
tree | f915512ec664defadd0c888b0bc894f1be936f3e /src/compare_hkl.c | |
parent | aa1676f35317df92840b27ba78f13c13308bc7d4 (diff) |
Remove old "statistics" module with R factors etc
compare_hkl does all of these, much better than these functions.
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r-- | src/compare_hkl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c index 5812cad2..479d7332 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -44,7 +44,6 @@ #include <gsl/gsl_fit.h> #include "utils.h" -#include "statistics.h" #include "symmetry.h" #include "reflist-utils.h" #include "cell-utils.h" |