aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h
index 144ebe42..78194433 100644
--- a/src/image.h
+++ b/src/image.h
@@ -88,8 +88,8 @@ struct image {
* If FORMULATION_PIXELSIZE, then pixel_size only is needed.*/
FormulationMode fmode;
double pixel_size;
- double camera_len;
- double resolution; /* pixels per metre */
+ float camera_len;
+ float resolution; /* pixels per metre */
/* Wavelength must always be given */
double lambda; /* Wavelength in m */