From 7620fbe1a63a6ebb88cb573559dfddcdc4708750 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 22 Sep 2017 15:20:45 +0200 Subject: Fix silly mistake in friendly_indexer_name() --- libcrystfel/src/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index ed791ff1..a9fff11a 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -182,7 +182,7 @@ static char *friendly_indexer_name(IndexingMethod m) { char *base = base_indexer_str(m & INDEXING_METHOD_MASK); if ( (m & INDEXING_USE_CELL_PARAMETERS) - && (m & INDEXING_USE_CELL_PARAMETERS) ) { + && (m & INDEXING_USE_LATTICE_TYPE) ) { strcat(base, " using cell parameters and Bravais lattice type " "as prior information"); } else if ( m & INDEXING_USE_CELL_PARAMETERS ) { -- cgit v1.2.3