From ce861440cef2801a67cd7925fcef88faeecdccda Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 22 Nov 2011 15:45:52 +0100 Subject: partial_sim: Revert change accidentally committed in 95cf5098a13c3f07e83de610ea242e6ce12f9eb8 --- src/partial_sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partial_sim.c b/src/partial_sim.c index 260938a3..779aebc8 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -469,7 +469,7 @@ int main(int argc, char *argv[]) image.lambda = ph_en_to_lambda(eV_to_J(beam->photon_energy)); image.div = beam->divergence; image.bw = beam->bandwidth; - image.profile_radius = 0.01e9; + image.profile_radius = 0.003e9; image.i0_available = 0; image.filename = malloc(256); image.copyme = NULL; -- cgit v1.2.3