From 2f06e6a1abf28a22cf78a6c3d89596bec2a6a8c5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 5 Feb 2013 18:05:30 +0100 Subject: Fixes for indexing pipeline --- libcrystfel/src/index.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libcrystfel/src/index.c') diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index 821be39a..cd6628e9 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -68,7 +68,6 @@ IndexingPrivate **prepare_indexing(IndexingMethod *indm, UnitCell *cell, IndexingPrivate **iprivs; while ( indm[nm] != INDEXING_NONE ) nm++; - STATUS("Preparing %i indexing method%s.\n", nm, maybes(nm)); iprivs = malloc((nm+1) * sizeof(IndexingPrivate *)); for ( n=0; n