- 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/pmPSFtry.c
r13898 r14544 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1.43 $ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 6-20 02:22:26$7 * @version $Revision: 1.43.6.1 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-08-17 21:01:59 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 25 25 #include "pmModel.h" 26 26 #include "pmSource.h" 27 #include "pmSourceUtils.h" 27 28 #include "pmGrowthCurve.h" 28 29 #include "pmPSF.h" 29 30 #include "pmPSFtry.h" 30 #include "pmModel Group.h"31 #include "pmModelClass.h" 31 32 #include "pmSourceFitModel.h" 32 33 #include "pmSourcePhotometry.h" … … 59 60 60 61 // validate the requested model name 61 pmModelType type = pmModel SetType (modelName);62 pmModelType type = pmModelClassGetType (modelName); 62 63 if (type == -1) { 63 64 psError (PS_ERR_UNKNOWN, true, "invalid model name %s", modelName);
Note:
See TracChangeset
for help on using the changeset viewer.
