aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-09 19:05:50 +0100
committerThomas White <taw@physics.org>2012-03-09 19:05:50 +0100
commit051654a3f4b931fe2c105c2996d4ddf1c9ed7924 (patch)
treef438fca4aba2dc70f8ba7c58035788bd1db72e58 /tests
parent29d658bb5d5fdc40791d659c857e977c5d3f2441 (diff)
Remove integr_radius field from detector description
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_check.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration_check.c b/tests/integration_check.c
index 0eacd6ba..7e812ad5 100644
--- a/tests/integration_check.c
+++ b/tests/integration_check.c
@@ -196,7 +196,6 @@ int main(int argc, char *argv[])
image.det->panels[0].cny = -64.0;
image.det->panels[0].clen = 1.0;
image.det->panels[0].res = 1.0;
- image.det->panels[0].integr_radius = 10.0;
image.det->panels[0].adu_per_eV = 1.0/1000.0; /* -> 1 adu per photon */
image.width = 128;