Changeset 14343
- Timestamp:
- Jul 20, 2007, 1:35:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.c
r14321 r14343 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-07-20 00:23:22 $8 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-07-20 23:35:12 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 882 882 883 883 if (isPSF) { 884 *isPSF = false;884 *isPSF = false; 885 885 } 886 886 887 887 switch (source->type) { 888 case PM_SOURCE_TYPE_STAR:888 case PM_SOURCE_TYPE_STAR: 889 889 model = source->modelPSF; 890 890 if (model == NULL) … … 896 896 897 897 // XXX when should I return the modelConv ?? 898 case PM_SOURCE_TYPE_EXTENDED: 899 model = source->modelEXT; 898 case PM_SOURCE_TYPE_EXTENDED: 899 model = source->modelConv; 900 if (!model) { 901 model = source->modelEXT; 902 } 900 903 if (!model && source->modelPSF) { 901 904 if (isPSF) { … … 907 910 break; 908 911 909 default:912 default: 910 913 return NULL; 911 914 }
Note:
See TracChangeset
for help on using the changeset viewer.
