diff options
Diffstat (limited to 'tests/wavelength_geom.c')
-rw-r--r-- | tests/wavelength_geom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wavelength_geom.c b/tests/wavelength_geom.c index 814e2eb3..3a371ad1 100644 --- a/tests/wavelength_geom.c +++ b/tests/wavelength_geom.c @@ -56,7 +56,7 @@ int main(int argc, char *argv[]) return 1; } - image = image_read(dtempl, image_filename, NULL); + image = image_read(dtempl, image_filename, NULL, 0, 0); if ( image == NULL ) return 1; printf("wavelength = %e\n", image->lambda); |