Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23201
Modified Files:
dcraw.cc dcraw.h
Log Message:
Fix typo in latest commit. Clean up dcraw.h namespace.
Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- dcraw.cc 30 Aug 2009 15:50:12 -0000 1.187
+++ dcraw.cc 30 Aug 2009 15:55:45 -0000 1.188
@@ -6543,7 +6543,7 @@
if (table[i].trans[0]) {
for (j=0; j < 4; j++)
for (k=0; k < 3; k++)
- cam_xyz[0][j] = table[i].trans[3*j+k] / 10000.0;
+ cam_xyz[j][k] = table[i].trans[3*j+k] / 10000.0;
cam_xyz_coeff (cam_xyz);
}
break;
Index: dcraw.h
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.h,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- dcraw.h 30 Aug 2009 15:50:12 -0000 1.54
+++ dcraw.h 30 Aug 2009 15:55:45 -0000 1.55
@@ -153,7 +153,6 @@
int nikon_e2100();
void nikon_3700();
int minolta_z2();
-void nikon_e900_load_raw();
void fuji_load_raw();
void ppm_thumb ();
void layer_thumb ();
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs