aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-05-27 17:10:04 +0200
committerThomas White <taw@physics.org>2010-05-27 17:10:04 +0200
commit0a721b5c0b022208b567dae7e0638b9da9c27cbd (patch)
treee56273b8177b1dabe2a05ea5ecb49315d4206b3e /src/image.h
parent7c45e455a6ee020174580355f746e7b03a1119df (diff)
Handle I0 == 1.0 correctly
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h
index 85265028..db1b491e 100644
--- a/src/image.h
+++ b/src/image.h
@@ -99,6 +99,7 @@ struct image {
/* Incident intensity (if unknown, put 1.0) */
double f0;
+ int f0_available;
int width;
int height;