- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psModules
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/objects/pmSourceIO.c
r22699 r24244 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.
