Index: trunk/psLib/src/imageops/psImageInterpolate.h
===================================================================
--- trunk/psLib/src/imageops/psImageInterpolate.h	(revision 18162)
+++ trunk/psLib/src/imageops/psImageInterpolate.h	(revision 19140)
@@ -7,6 +7,6 @@
  * @author Paul Price, Institute for Astronomy
  *
- * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-06-17 21:24:58 $
+ * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-08-21 01:12:44 $
  * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
  */
@@ -53,4 +53,5 @@
     psMaskType poorMask;                ///< Mask value to give poor pixels
     float poorFrac;                     ///< Fraction of flux in bad pixels before output is marked bad
+    bool shifting;                      ///< Shifting images? Don't interpolate if the shift is exact.
 } psImageInterpolateOptions;
 
