From 9c865916c5a71be21580213b484d5a196f793eab Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 15 Apr 2014 16:15:22 +0200 Subject: Set mosaicity (to zero) in crystals from stream --- libcrystfel/src/stream.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libcrystfel/src/stream.c') diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 74b420ed..f11d5d64 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -623,6 +623,9 @@ void read_crystal(Stream *st, struct image *image) } + /* Unused at the moment */ + crystal_set_mosaicity(cr, 0.0); + /* Add crystal to the list for this image */ n = image->n_crystals+1; crystals_new = realloc(image->crystals, n*sizeof(Crystal *)); -- cgit v1.2.3