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 /libcrystfel/CMakeLists.txt | |
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 'libcrystfel/CMakeLists.txt')
-rw-r--r-- | libcrystfel/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/CMakeLists.txt b/libcrystfel/CMakeLists.txt index 55c2c0f5..6d0cd8dc 100644 --- a/libcrystfel/CMakeLists.txt +++ b/libcrystfel/CMakeLists.txt @@ -47,7 +47,6 @@ set(LIBCRYSTFEL_SOURCES src/hdf5-file.c src/geometry.c src/peakfinder8.c - src/statistics.c src/symmetry.c src/stream.c src/peaks.c @@ -85,7 +84,6 @@ set(LIBCRYSTFEL_HEADERS src/cell.h src/reflist-utils.h src/thread-pool.h - src/statistics.h src/utils.h src/detector.h src/geometry.h |