Index: trunk/psLib/src/imageops/psImageConvolve.h
===================================================================
--- trunk/psLib/src/imageops/psImageConvolve.h	(revision 12187)
+++ trunk/psLib/src/imageops/psImageConvolve.h	(revision 12741)
@@ -5,6 +5,6 @@
  * @author Robert DeSonia, MHPCC
  *
- * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-03-02 22:19:21 $
+ * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-04-04 22:42:02 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -98,9 +98,9 @@
 ///
 psKernel *psKernelGenerate(
-    const psVector *tShifts,           ///< list of time shifts (F32)
-    const psVector *xShifts,           ///< list of x-axis shifts (S32)
-    const psVector *yShifts,           ///< list of y-axis shifts (S32)
-    bool tRelative,                    ///< Are times relative (durations) or absolute?
-    bool xyRelative                    ///< Are x,y positions relative (shifts) or absolute?
+    const psVector *tShifts,            ///< list of time shifts (F32)
+    const psVector *xShifts,            ///< list of x-axis shifts (S32)
+    const psVector *yShifts,            ///< list of y-axis shifts (S32)
+    float totalTime,                    ///< Total time (relative times if negative)
+    bool xyRelative                     ///< Are x,y positions relative (shifts) or absolute?
 );
 
