- 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_SMPDATA.c
r13139 r14544 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $6 * @date $Date: 2007-0 5-03 00:13:42$5 * @version $Revision: 1.9.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 … … 132 132 133 133 // define PSF model type 134 int modelType = pmModel SetType ("PS_MODEL_GAUSS");134 int modelType = pmModelClassGetType ("PS_MODEL_GAUSS"); 135 135 136 136 char *PSF_NAME = psMetadataLookupStr (&status, header, "PSF_NAME"); 137 137 if (PSF_NAME != NULL) { 138 modelType = pmModel SetType (PSF_NAME);138 modelType = pmModelClassGetType (PSF_NAME); 139 139 } 140 140
Note:
See TracChangeset
for help on using the changeset viewer.
