aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorHelen Ginn <helen@strubi.ox.ac.uk>2018-04-22 01:10:24 +0100
committerThomas White <taw@physics.org>2018-05-02 09:46:14 +0200
commit480d6349dc1c2f517e7fd653199f4952da367edf (patch)
tree8ee45557b69f18c4b546ebb508106edd4715d4ee /libcrystfel
parenta2ba046cf1a9c15bd8af6d30ddd5f2c358ee78eb (diff)
Return success even if rotation is not from full network membership
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/taketwo.c2
1 files changed, 1 insertions, 1 deletions
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);
}