From 7a9c77e2fb0437d24eea64b92e638cf7f8bc65e6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 12 Feb 2011 14:40:45 -0800 Subject: Nominal beam parameters are not needed during scaling --- src/partialator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/partialator.c b/src/partialator.c index 50f37fd8..286550f7 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -294,7 +294,6 @@ int main(int argc, char *argv[]) images[i].div = beam->divergence; images[i].bw = beam->bandwidth; images[i].det = det; - images[i].beam = beam; images[i].osf = 1.0; images[i].profile_radius = 0.005e9; images[i].reflections = reflist_new(); @@ -303,6 +302,7 @@ int main(int argc, char *argv[]) /* Muppet proofing */ images[i].data = NULL; images[i].flags = NULL; + images[i].beam = NULL; /* Read integrated intensities from pattern */ peaks = reflist_new(); -- cgit v1.2.3