Changeset 14200
- Timestamp:
- Jul 13, 2007, 12:03:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.c
r14197 r14200 4 4 * @author GLG, MHPCC 5 5 * 6 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-07-13 2 0:55:26$6 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-07-13 22:03:43 $ 8 8 * 9 9 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 25 25 #include "pmSubtraction.h" 26 26 27 #define USE_FUNCTIONS_INSTEAD_OF_MACROS // Can I pass the address of a static inline function?27 //#define USE_FUNCTIONS_INSTEAD_OF_MACROS // Can I pass the address of a static inline function? 28 28 29 29 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// … … 285 285 sum += FUNC(-1.0) * (IMAGE)->data.F32[(Y)][(X)]; \ 286 286 } \ 287 (TARGET) = sum; 287 (TARGET) = sum; \ 288 288 break; \ 289 289 } \
Note:
See TracChangeset
for help on using the changeset viewer.
