diff options
author | Thomas White <taw@physics.org> | 2021-03-11 11:06:04 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-03-11 16:10:54 +0100 |
commit | 233b566a1a4e0f967be0a3f2cf176d8da4993891 (patch) | |
tree | a6e2a7ae9c43bdf2e5e9b3a7d7af59f2ff0acc0b /src/indexamajig.c | |
parent | 109a2e5705a9cd4cdd7bfa46e5d59266e3b9ed02 (diff) |
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.
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 : |