Changeset 6380 for branches/eam_rel9_p0/psModules/src/objects/pmObjects.c
- Timestamp:
- Feb 7, 2006, 9:16:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/objects/pmObjects.c
r6377 r6380 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.5.4. 6$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-02-08 0 6:10:29 $8 * @version $Revision: 1.5.4.7 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-02-08 07:16:49 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 25 25 psS32 y, 26 26 psF32 counts, 27 pmPeakType class)27 pmPeakType type) 28 28 { 29 29 psTrace(__func__, 3, "---- %s() begin ----\n", __func__); … … 32 32 tmp->y = y; 33 33 tmp->counts = counts; 34 tmp-> class = class;34 tmp->type = type; 35 35 36 36 psTrace(__func__, 3, "---- %s() end ----\n", __func__); … … 1206 1206 pmSource *tmpSrc = (pmSource *) sources->data[i]; 1207 1207 1208 tmpSrc->peak-> class= 0;1208 tmpSrc->peak->type = 0; 1209 1209 1210 1210 psF32 sigX = tmpSrc->moments->Sx;
Note:
See TracChangeset
for help on using the changeset viewer.
