aboutsummaryrefslogtreecommitdiff
path: root/tests/gradient_check_utils.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-07-03 15:48:00 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commitef2a5b59b78ecf7df4b72795e0f08eec345b5b82 (patch)
tree60060457dcb8bb373b36624ccc5a017121b3937f /tests/gradient_check_utils.c
parent554e1f936f1bb274cf0265bb419e8232400eb4c8 (diff)
Calculate fs and ss gradients together, SPOT panel number, add matrix hooks
Diffstat (limited to 'tests/gradient_check_utils.c')
-rw-r--r--tests/gradient_check_utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gradient_check_utils.c b/tests/gradient_check_utils.c
index f52d43ca..6b641b9d 100644
--- a/tests/gradient_check_utils.c
+++ b/tests/gradient_check_utils.c
@@ -172,7 +172,6 @@ struct reflpeak *make_test_image(int *pn_refls, struct image *image)
rps[i].peak = pk;
rps[i].refl = refl;
rps[i].Ih = 1.0;
- rps[i].panel = &image->detgeom->panels[pn];
i++;
}