From 89368cc3992e721c65d3783a76f854cab2643b9b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 19 Jun 2015 11:50:28 +0200 Subject: Remove ReAx and GrainSpotter Neither of these ever really worked, and better algorithms exist now. --- libcrystfel/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libcrystfel/Makefile.am') diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am index 989ce434..be7a2556 100644 --- a/libcrystfel/Makefile.am +++ b/libcrystfel/Makefile.am @@ -9,11 +9,10 @@ libcrystfel_la_SOURCES = src/reflist.c src/utils.c src/cell.c src/detector.c \ src/reflist-utils.c src/filters.c \ src/render.c src/index.c src/dirax.c src/mosflm.c \ src/cell-utils.c src/integer_matrix.c src/crystal.c \ - src/grainspotter.c src/xds.c src/integration.c \ + src/xds.c src/integration.c \ src/histogram.c src/events.c src/asdf.c if HAVE_FFTW -libcrystfel_la_SOURCES += src/reax.c endif libcrystfel_la_includedir=$(includedir)/crystfel/ @@ -26,9 +25,9 @@ libcrystfel_la_include_HEADERS = ${top_srcdir}/version.h \ src/geometry.h src/peaks.h src/stream.h \ src/render.h src/index.h src/image.h \ src/filters.h src/dirax.h src/mosflm.h \ - src/reax.h src/cell-utils.h \ + src/cell-utils.h \ src/integer_matrix.h src/crystal.h \ - src/grainspotter.h src/xds.h \ + src/xds.h \ src/integration.h src/histogram.h \ src/events.h src/asdf.h -- cgit v1.2.3