Changeset 2212 for trunk/psLib/src/imageops/psImageStats.c
- Timestamp:
- Oct 27, 2004, 10:07:17 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStats.c
r2206 r2212 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.4 5$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-10-27 01:15:47 $11 * @version $Revision: 1.46 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-27 20:07:17 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 112 112 113 113 // NOTE: Verify this action. 114 PS_ CHECK_NULL_PTR(out, NULL);115 PS_ CHECK_NULL_PTR(in, NULL);114 PS_PTR_CHECK_NULL(out, NULL); 115 PS_PTR_CHECK_NULL(in, NULL); 116 116 117 117 junkData = psAlloc(sizeof(psVector));
Note:
See TracChangeset
for help on using the changeset viewer.
