Changeset 11999
- Timestamp:
- Feb 22, 2007, 12:12:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.c
r11704 r11999 7 7 /// @author Eugene Magnier, IfA 8 8 /// 9 /// @version $Revision: 1.4 4$ $Name: not supported by cvs2svn $10 /// @date $Date: 2007-02- 08 04:23:57$9 /// @version $Revision: 1.45 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2007-02-22 22:12:36 $ 11 11 /// 12 12 /// Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 29 29 #include "psImageStructManip.h" 30 30 #include "psImagePixelManip.h" 31 #include "psTrace.h" 31 32 32 33 #include "psImageConvolve.h" … … 154 155 } 155 156 157 psTrace("psLib.imageops", 5, "Kernel range: %d:%d,%d:%d\n", xMin, xMax, yMin, yMax); 158 156 159 if (!tRelative) { 157 160 // Then the total time is simply the final value … … 175 178 } 176 179 float t = tShifts->data.F32[i]; 177 if ( tRelative) {180 if (!tRelative) { 178 181 t -= tLast; 179 182 tLast = tShifts->data.F32[i];
Note:
See TracChangeset
for help on using the changeset viewer.
