aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-24 15:32:42 +0100
committerThomas White <taw@physics.org>2021-03-25 16:16:01 +0100
commitd489df9ac6f9f76d3638121ffbe639a3c01a32de (patch)
tree89eaa5a1baf0bd20b23eca8284c3281b7ed14e96 /libcrystfel
parent8c39ff0eba8265eccddcda227ff9d331ab8c559b (diff)
Fussiness
The FIXMEs have both already been fixed.
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/indexers/pinkindexer.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libcrystfel/src/indexers/pinkindexer.c b/libcrystfel/src/indexers/pinkindexer.c
index b0b5a9fa..c829bd1e 100644
--- a/libcrystfel/src/indexers/pinkindexer.c
+++ b/libcrystfel/src/indexers/pinkindexer.c
@@ -121,8 +121,6 @@ int run_pinkIndexer(struct image *image, void *ipriv, int n_threads)
int npk;
int i;
- /* FIXME: Check if wavelength is too far from estimate */
-
npk = image_feature_count(image->features);
if ( npk < 5 ) return 0;
@@ -171,8 +169,8 @@ int run_pinkIndexer(struct image *image, void *ipriv, int n_threads)
STATUS("WARNING: Indexing solution was rejected due to too "
"large imbalance of the refinement.\n"
- "If you see this message often, check the documentation "
- "for parameter --pinkIndexer-max-refinement-disbalance\n");
+ "If you see this message often, check the documentation "
+ "for parameter --pinkIndexer-max-refinement-disbalance\n");
} else {