diff options
author | Thomas White <taw@physics.org> | 2015-10-05 17:59:59 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-10-05 18:03:18 +0200 |
commit | 81fdf61e5530fb6f766a3d50b0185571a7929d8a (patch) | |
tree | c71dd4a06192969d6266b0f5e1c881e017360a4e /tests/prof2d_check.c | |
parent | 5627537df0e92770ee40427fe879aed10b75f25c (diff) |
Tests: Remove image->data
Diffstat (limited to 'tests/prof2d_check.c')
-rw-r--r-- | tests/prof2d_check.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/prof2d_check.c b/tests/prof2d_check.c index c7ebd8b2..f66b6513 100644 --- a/tests/prof2d_check.c +++ b/tests/prof2d_check.c @@ -77,7 +77,6 @@ int main(int argc, char *argv[]) fclose(fh); gsl_rng_set(rng, seed); - image.flags = NULL; image.beam = NULL; image.lambda = ph_eV_to_lambda(9000.0); image.bw = 0.000001; |