diff options
author | Thomas White <taw@physics.org> | 2010-05-27 17:10:04 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-05-27 17:10:04 +0200 |
commit | 0a721b5c0b022208b567dae7e0638b9da9c27cbd (patch) | |
tree | e56273b8177b1dabe2a05ea5ecb49315d4206b3e /src/image.h | |
parent | 7c45e455a6ee020174580355f746e7b03a1119df (diff) |
Handle I0 == 1.0 correctly
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 1 |
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; |