aboutsummaryrefslogtreecommitdiff
path: root/tests/gpu_sim_check.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-06-06 19:10:08 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:27 +0100
commit7c9a1213cf57f65ad758e923be3372a0dfd34c0a (patch)
tree38aec366ebdefff74289272207f61a0bd76dafd6 /tests/gpu_sim_check.c
parent0427a9f2407af935be590b094ed4c518d7d2dc54 (diff)
Update GPU test
Diffstat (limited to 'tests/gpu_sim_check.c')
-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;