aboutsummaryrefslogtreecommitdiff
path: root/tests/prof2d_check.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2016-05-03 17:09:09 +0200
committerThomas White <taw@physics.org>2016-07-01 10:19:27 +0200
commit541c05ac1979404e10e514653836cc29adfe7d02 (patch)
treed039ec1b85423540eb46896990cbfa1bf31788d9 /tests/prof2d_check.c
parent92bf4069d916bd7bd6345d4b2b4ff585c7d28744 (diff)
Remove slab-relative coordinates from tests
Diffstat (limited to 'tests/prof2d_check.c')
-rw-r--r--tests/prof2d_check.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/prof2d_check.c b/tests/prof2d_check.c
index e0534710..8081748c 100644
--- a/tests/prof2d_check.c
+++ b/tests/prof2d_check.c
@@ -89,12 +89,6 @@ int main(int argc, char *argv[])
image.dp = calloc(1, sizeof(float *));
image.bad = calloc(1, sizeof(int *));
- image.width = w;
- image.height = h;
- image.det->panels[0].min_fs = 0;
- image.det->panels[0].max_fs = w;
- image.det->panels[0].min_ss = 0;
- image.det->panels[0].max_ss = h;
image.det->panels[0].w = w;
image.det->panels[0].h = h;
image.det->panels[0].fsx = 1.0;