Update of /cvsroot/ufraw/ufraw
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18809

Modified Files:
        ufraw_lens_ui.c 
Log Message:
Add comment.


Index: ufraw_lens_ui.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_lens_ui.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- ufraw_lens_ui.c     21 Feb 2010 11:45:08 -0000      1.33
+++ ufraw_lens_ui.c     22 Feb 2010 01:07:23 -0000      1.34
@@ -59,6 +59,7 @@
 static int precision(double x)
 {
     if (x > 10.0 && (int)(10*x)%10 != 0)
+       // Support focal length such as 10.5mm fisheye.
        return MAX(-floor(log(x) / log(10) - 1.99), 0);
     else
        return MAX(-floor(log(x) / log(10) - 0.99), 0);


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to