Index: /branches/eam_branch_20070830/psLib/src/imageops/psImageUnbin.c
===================================================================
--- /branches/eam_branch_20070830/psLib/src/imageops/psImageUnbin.c	(revision 14860)
+++ /branches/eam_branch_20070830/psLib/src/imageops/psImageUnbin.c	(revision 14861)
@@ -7,6 +7,6 @@
  *  @author Eugene Magnier, IfA
  *
- *  @version $Revision: 1.7.8.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-09-15 19:43:43 $
+ *  @version $Revision: 1.7.8.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-09-17 01:14:28 $
  *
  *  Copyright 2007 Institute for Astronomy, University of Hawaii
@@ -309,5 +309,5 @@
 
     // bilinear interpolation
-    const double value = V00*rx*ry + V10*rx*dy + V01*dx*ry + V11*dx*dy;
+    const double value = V00*rx*ry + V10*dx*ry + V01*rx*dy + V11*dx*dy;
 
     return value;
