From 480d6349dc1c2f517e7fd653199f4952da367edf Mon Sep 17 00:00:00 2001 From: Helen Ginn Date: Sun, 22 Apr 2018 01:10:24 +0100 Subject: Return success even if rotation is not from full network membership --- libcrystfel/src/taketwo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index 4b097868..bc74a13e 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -1308,7 +1308,7 @@ static int start_seeds(gsl_matrix **rotation, struct TakeTwoCell *cell) } free(seeds); - return 0; + return (rotation != NULL); } -- cgit v1.2.3