From 233b566a1a4e0f967be0a3f2cf176d8da4993891 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 11 Mar 2021 11:06:04 +0100 Subject: PinkIndexer: Remove custom indexing checks These conflict badly with CrystFEL's own checks, creating a horrible user and developer experience. Later, if we want to handle wide bandwidth beams, we will improve the central CrystFEL checks to support it. --- src/indexamajig.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/indexamajig.c b/src/indexamajig.c index 0d4ce2dc..8471e9cb 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -243,10 +243,6 @@ static error_t parse_arg(int key, char *arg, struct argp_state *state) ERROR("Invalid value for --min-peaks\n"); return EINVAL; } - /* FIXME: Horrible layering violation, needed for - * pinkIndexer multi-lattice indexing but no longer - * possible. */ - //(*(args->pinkindexer_opts_ptr))->min_peaks = args->iargs.min_peaks; break; case 304 : -- cgit v1.2.3