Changeset 24243 for branches/cnb_branches/cnb_branch_20090301/psModules/src/astrom/pmAstrometryModel.c
- Timestamp:
- May 26, 2009, 1:47:40 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
branches/cnb_branches/cnb_branch_20090301/psModules
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/astrom/pmAstrometryModel.c
r19595 r24243 471 471 char *thisone = psMetadataLookupStr (NULL, chip->concepts, "CHIP.NAME"); 472 472 if (!thisone) continue; 473 if (!strcmp (name, thisone)) return (chip);473 if (!strcmp (name, thisone)) return (chip); 474 474 } 475 475 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
