From 8f0d9b1419dd2fc14b561cfdd5ef639966436328 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 24 Apr 2018 15:43:19 +0200 Subject: xds: Remove messages about "Couldn't open 'IDXREF.LP'" They just mean "couldn't be indexed" --- libcrystfel/src/xds.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/xds.c b/libcrystfel/src/xds.c index 41580e41..7e661a4b 100644 --- a/libcrystfel/src/xds.c +++ b/libcrystfel/src/xds.c @@ -215,10 +215,7 @@ static int read_cell(struct image *image, struct xds_private *xp) UnitCell *cell; fh = fopen("IDXREF.LP", "r"); - if ( fh == NULL ) { - ERROR("Couldn't open 'IDXREF.LP'\n"); - return 0; - } + if ( fh == NULL ) return 0; /* Not indexable */ do { rval = fgets(line, 1023, fh); -- cgit v1.2.3