Changeset 12832 for trunk/psModules/src/objects/pmSourcePlotMoments.c
- Timestamp:
- Apr 13, 2007, 5:22:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourcePlotMoments.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePlotMoments.c
r12696 r12832 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 3-30 21:12:56$7 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-04-14 03:22:48 $ 9 9 * 10 10 * Copyright 2006 IfA, University of Hawaii … … 42 42 43 43 // plot the sx, sy moments plane (faint and bright sources) 44 bool pmSourcePlotMoments (const pmFPAview *view, pmFPAfile *file, pmConfig *config, pmSourcePlotLayout *layout)44 bool pmSourcePlotMoments (const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout) 45 45 { 46 46 … … 159 159 # else 160 160 161 bool pmSourcePlotMoments (const pmFPAview *view, pmFPAfile *file, pmConfig *config, pmSourcePlotLayout *layout)161 bool pmSourcePlotMoments (const pmFPAview *view, pmFPAfile *file, const pmConfig *config, pmSourcePlotLayout *layout) 162 162 { 163 163 psLogMsg ("psphot", 3, "skipping moments plot");
Note:
See TracChangeset
for help on using the changeset viewer.
