Changeset 23990 for trunk/psModules/src/objects/pmSourceIO.c
- Timestamp:
- Apr 28, 2009, 2:55:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r22699 r23990 562 562 563 563 // not needed if only one chip 564 if (file->fpa->chips->n == 1) return true; 565 564 if (file->fpa->chips->n == 1) { 565 pmSourceWriteMatchedRefs (file->fits, file->fpa, config); 566 return true; 567 } 566 568 567 569 // find the FPA phu … … 667 669 psFree (outhead); 668 670 671 pmSourceWriteMatchedRefs (file->fits, file->fpa, config); 669 672 return true; 670 673 } … … 1053 1056 } 1054 1057 1058
Note:
See TracChangeset
for help on using the changeset viewer.
