Changeset 14652 for trunk/psModules/src/objects/pmSourceIO_PS1_DEV_0.c
- Timestamp:
- Aug 23, 2007, 2:11:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO_PS1_DEV_0.c
r13139 r14652 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-0 5-03 00:13:42 $5 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-08-24 00:11:02 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 32 32 #include "pmGrowthCurve.h" 33 33 #include "pmResiduals.h" 34 #include "pmPSF.h" 34 35 #include "pmModel.h" 35 #include "pmPSF.h"36 36 #include "pmSource.h" 37 #include "pmModel Group.h"37 #include "pmModelClass.h" 38 38 #include "pmSourceIO.h" 39 39 … … 152 152 153 153 // define PSF model type 154 int modelType = pmModel SetType ("PS_MODEL_GAUSS");154 int modelType = pmModelClassGetType ("PS_MODEL_GAUSS"); 155 155 156 156 char *PSF_NAME = psMetadataLookupStr (&status, header, "PSF_NAME"); 157 157 if (PSF_NAME != NULL) { 158 modelType = pmModel SetType (PSF_NAME);158 modelType = pmModelClassGetType (PSF_NAME); 159 159 } 160 160
Note:
See TracChangeset
for help on using the changeset viewer.
