Changeset 19879 for trunk/psModules/src/objects/pmSourcePlotMoments.c
- Timestamp:
- Oct 3, 2008, 10:59:16 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourcePlotMoments.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePlotMoments.c
r18554 r19879 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2008- 07-15 20:25:00$7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-10-03 20:59:16 $ 9 9 * 10 10 * Copyright 2006 IfA, University of Hawaii … … 117 117 continue; 118 118 119 xFaint->data.F32[nF] = source->moments-> Sx;120 yFaint->data.F32[nF] = source->moments-> Sy;119 xFaint->data.F32[nF] = source->moments->Mxx; 120 yFaint->data.F32[nF] = source->moments->Myy; 121 121 nF++; 122 122 … … 125 125 continue; 126 126 127 xBright->data.F32[nB] = source->moments-> Sx;128 yBright->data.F32[nB] = source->moments-> Sy;127 xBright->data.F32[nB] = source->moments->Mxx; 128 yBright->data.F32[nB] = source->moments->Myy; 129 129 nB++; 130 130 }
Note:
See TracChangeset
for help on using the changeset viewer.
