- Timestamp:
- Dec 15, 2009, 6:38:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psModules/src/objects/pmSourceIO_MatchedRefs.c
r26260 r26427 163 163 164 164 // try find the MATCHED_REFS extension. if non-existent, note that we tried, and move on. 165 if (!psFitsMoveExtName (fits, "MATCHED_REFS")) { 165 // It is not an error to lack this entry -- psFitsMoveExtNameClean does not raise an error 166 if (!psFitsMoveExtNameClean (fits, "MATCHED_REFS")) { 166 167 psMetadataAddBool (fpa->analysis, PS_LIST_TAIL, "READ.REFMATCH", PS_META_REPLACE, "attempted to read MATCHED_REFS", true); 167 168 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
