aboutsummaryrefslogtreecommitdiff
path: root/tests/gpu_sim_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gpu_sim_check.c')
-rw-r--r--tests/gpu_sim_check.c4
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;