aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-09-24 16:07:24 +0200
committerThomas White <taw@physics.org>2014-09-24 16:07:24 +0200
commit9ce505843376f26996fb818b4ab972073b445f94 (patch)
tree738553e7b69d002b38748bd6d3daa1c1254f88fa /tests
parentac917e9fb67bf01b0264e1ce60b5d911f03984b5 (diff)
Remove beam radius and nphotons from struct beam_params
Diffstat (limited to 'tests')
-rw-r--r--tests/gpu_sim_check.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gpu_sim_check.c b/tests/gpu_sim_check.c
index 7edb180a..a829d1db 100644
--- a/tests/gpu_sim_check.c
+++ b/tests/gpu_sim_check.c
@@ -152,8 +152,6 @@ int main(int argc, char *argv[])
gpu_image.det = det;
beam = calloc(1, sizeof(struct beam_params));
- beam->fluence = 1.0e15; /* Does nothing */
- beam->beam_radius = 1.0e-6;
beam->photon_energy = 6000.0;
beam->bandwidth = 1.0 / 100.0;
beam->divergence = 0.0;