From a7639bf3c053d0deee363d9780ff9bc2e643d1f2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 30 Jun 2011 12:10:37 +0200 Subject: Match profile radius across programs --- src/partial_sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/partial_sim.c') diff --git a/src/partial_sim.c b/src/partial_sim.c index 435f28ce..1c465608 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -267,7 +267,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.005e9; + image.profile_radius = 0.0001e9; image.i0_available = 0; image.filename = malloc(256); -- cgit v1.2.3