diff options
author | Thomas White <taw@physics.org> | 2011-11-22 15:45:52 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:41 +0100 |
commit | ce861440cef2801a67cd7925fcef88faeecdccda (patch) | |
tree | 8ae19d817a4fb39a03c0e92a1d16f18a6a203bbf | |
parent | f9f3cec9ee94f7857e2e793dc3004848258eac61 (diff) |
partial_sim: Revert change accidentally committed in 95cf5098a13c3f07e83de610ea242e6ce12f9eb8
-rw-r--r-- | src/partial_sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |