diff options
author | Thomas White <taw@physics.org> | 2011-06-28 11:44:39 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:28 +0100 |
commit | bcc00985f499261aed26511b5b5d55aa833cb3dd (patch) | |
tree | e421d98aba69cdf8b8d69bd216a39636d4a3e4d9 /tests | |
parent | fa5e79624c3417dd69058a8e1cdf5d79ebda95c2 (diff) |
Don't test divergence simulation (because it doesn't work)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gpu_sim_check.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gpu_sim_check.c b/tests/gpu_sim_check.c index af256c35..fa8e104d 100644 --- a/tests/gpu_sim_check.c +++ b/tests/gpu_sim_check.c @@ -126,8 +126,8 @@ int main(int argc, char *argv[]) beam->fluence = 1.0e15; /* Does nothing */ beam->beam_radius = 1.0e-6; beam->photon_energy = 9000.0; - beam->bandwidth = 0.0 / 100.0; - beam->divergence = 0.001; + beam->bandwidth = 0.1 / 100.0; + beam->divergence = 0.0; beam->dqe = 1.0; beam->adu_per_photon = 1.0; cpu_image.beam = beam; |