aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/gpu_sim_check.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gpu_sim_check.c b/tests/gpu_sim_check.c
index 5b51ef62..af256c35 100644
--- a/tests/gpu_sim_check.c
+++ b/tests/gpu_sim_check.c
@@ -123,11 +123,11 @@ int main(int argc, char *argv[])
gpu_image.det = det;
beam = calloc(1, sizeof(struct beam_params));
- beam->fluence = 1.0e15;
+ beam->fluence = 1.0e15; /* Does nothing */
beam->beam_radius = 1.0e-6;
beam->photon_energy = 9000.0;
- beam->bandwidth = 0.1 / 100.0;
- beam->divergence = 0.0;
+ beam->bandwidth = 0.0 / 100.0;
+ beam->divergence = 0.001;
beam->dqe = 1.0;
beam->adu_per_photon = 1.0;
cpu_image.beam = beam;