Changeset 24694 for trunk/psModules/src/objects/pmSourceIO.c
- Timestamp:
- Jul 7, 2009, 10:31:49 AM (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
r24401 r24694 572 572 // not needed if only one chip 573 573 if (file->fpa->chips->n == 1) { 574 pmSource WriteMatchedRefs (file->fits, file->fpa, config);574 pmSourceIO_WriteMatchedRefs (file->fits, file->fpa, config); 575 575 return true; 576 576 } … … 678 678 psFree (outhead); 679 679 680 pmSource WriteMatchedRefs (file->fits, file->fpa, config);680 pmSourceIO_WriteMatchedRefs (file->fits, file->fpa, config); 681 681 return true; 682 682 } … … 691 691 692 692 pmFPA *fpa = file->fpa; 693 694 pmSourceIO_ReadMatchedRefs (file->fits, fpa, config); 693 695 694 696 if (view->chip == -1) {
Note:
See TracChangeset
for help on using the changeset viewer.
