Changeset 17832 for trunk/psModules/src/objects/pmSourceIO.c
- Timestamp:
- May 28, 2008, 11:48:49 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r17826 r17832 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.5 8$ $Name: not supported by cvs2svn $6 * @date $Date: 2008-05-28 18:57:01$5 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2008-05-28 21:48:49 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 886 886 887 887 if (view->chip == -1) { 888 bool exists = pmFPACheckDataStatusForSources (fpa, name);888 bool exists = pmFPACheckDataStatusForSources (fpa, file->name); 889 889 return exists; 890 890 } … … 896 896 897 897 if (view->cell == -1) { 898 bool exists = pmChipCheckDataStatusForSources (chip, name);898 bool exists = pmChipCheckDataStatusForSources (chip, file->name); 899 899 return exists; 900 900 } … … 906 906 907 907 if (view->readout == -1) { 908 bool exists = pmCellCheckDataStatusForSources (cell, name);908 bool exists = pmCellCheckDataStatusForSources (cell, file->name); 909 909 return exists; 910 910 }
Note:
See TracChangeset
for help on using the changeset viewer.
