summaryrefslogtreecommitdiff
path: root/src/ImageMetaData.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-18 22:45:57 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-18 22:45:57 +0100
commit20f0e4a68816ae1207f3acf6dfde3d61f927c90e (patch)
tree9e70f79c97a4b50e3ce83f888421d71d6dff5ffc /src/ImageMetaData.cxx
parent7c0849941597490b39118315177d6463a8e65b3d (diff)
add distortion stuff to control window
Diffstat (limited to 'src/ImageMetaData.cxx')
-rw-r--r--src/ImageMetaData.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ImageMetaData.cxx b/src/ImageMetaData.cxx
index 95b6e86..55ee08e 100644
--- a/src/ImageMetaData.cxx
+++ b/src/ImageMetaData.cxx
@@ -62,6 +62,7 @@ ImageMetaData::load_image(char *name, int img_width) {
if (isnan(direction)) direction = 0.0;
if (isnan(nick)) nick = 0.0;
if (isnan(tilt)) tilt = 0.0;
+ if (isnan(focal_length_35mm)) focal_length_35mm = 35.0;
return ret;
}