- Timestamp:
- Aug 17, 2007, 11:01:59 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070817/psModules/src/objects/pmSourceIO_CMP.c
r13137 r14544 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $6 * @date $Date: 2007-0 5-03 00:13:03$5 * @version $Revision: 1.29.8.1 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-08-17 21:01:59 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 35 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 … … 154 154 155 155 // define PSF model type 156 int modelType = pmModel SetType ("PS_MODEL_GAUSS");156 int modelType = pmModelClassGetType ("PS_MODEL_GAUSS"); 157 157 158 158 char *PSF_NAME = psMetadataLookupStr (&status, header, "PSF_NAME"); 159 159 if (PSF_NAME != NULL) { 160 modelType = pmModel SetType (PSF_NAME);160 modelType = pmModelClassGetType (PSF_NAME); 161 161 } 162 162
Note:
See TracChangeset
for help on using the changeset viewer.
