From 541c05ac1979404e10e514653836cc29adfe7d02 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 3 May 2016 17:09:09 +0200 Subject: Remove slab-relative coordinates from tests --- tests/prof2d_check.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/prof2d_check.c') 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; -- cgit v1.2.3