Changeset 2777 for trunk/psModules/src/pmSubtractSky.c
- Timestamp:
- Dec 21, 2004, 10:41:29 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmSubtractSky.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmSubtractSky.c
r2760 r2777 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-12-2 0 21:38:46$8 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-12-21 20:41:29 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 107 107 } 108 108 } 109 myStats = psVectorStats(myStats, binVector, binMask, 1);109 myStats = psVectorStats(myStats, binVector, NULL, binMask, 1); 110 110 psF64 statValue; 111 111 psBool rc = p_psGetStatValue(myStats, &statValue);
Note:
See TracChangeset
for help on using the changeset viewer.
