Changeset 5543 for trunk/psModules/src/detrend/pmFlatField.c
- Timestamp:
- Nov 18, 2005, 9:43:14 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmFlatField.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFlatField.c
r5516 r5543 18 18 * @author Ross Harman, MHPCC 19 19 * 20 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $21 * @date $Date: 2005-11-1 5 20:09:03$20 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 21 * @date $Date: 2005-11-18 19:43:14 $ 22 22 * 23 23 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 38 38 #include "pmSubtractBias.h" 39 39 40 // XXX: This should be removed when the autoconf stuff handles psConstants.h correctly. 41 #define PS_WARN_PTR_NON_NULL(NAME) \ 42 if ((NAME) == NULL) { \ 43 psLogMsg(__func__, PS_LOG_WARN, "WARNING: %s is NULL.", #NAME); \ 44 } \ 40 45 41 46 bool pmFlatField(
Note:
See TracChangeset
for help on using the changeset viewer.
