- Timestamp:
- Apr 23, 2007, 8:04:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psModules/src/objects/pmSourceIO_CMF.c
r12943 r12958 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.18.2. 2$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-04-2 1 00:03:31$5 * @version $Revision: 1.18.2.3 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-04-23 18:04:18 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 56 56 for (i = 0; i < sources->n; i++) { 57 57 pmSource *source = (pmSource *) sources->data[i]; 58 pmModel *model = pmSourceSelectModel (source); 58 59 // no difference between PSF and non-PSF model 60 pmModel *model = pmSourceGetModel (NULL, source); 59 61 if (model == NULL) 60 62 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
