Changeset 6683 for trunk/Ohana/src/opihi/dvo/lcurve.c
- Timestamp:
- Mar 26, 2006, 10:46:32 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/lcurve.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/lcurve.c
r5945 r6683 83 83 catalog.filename = skylist[0].filename[0]; 84 84 switch (lock_catalog (&catalog, LCK_SOFT)) { 85 case 2:86 unlock_catalog (&catalog);87 case 0:88 return (FALSE);85 case 2: 86 unlock_catalog (&catalog); 87 case 0: 88 return (FALSE); 89 89 } 90 90 catalog.catflags = LOAD_AVES | LOAD_MEAS; … … 103 103 /* stars are not guaranteed to be sorted in RA or in DEC, so first sort the list */ 104 104 for (i = 0; i < Nstars; i++) { 105 RA[i] = catalog.average[i].R _PS;106 DEC[i] = catalog.average[i].D _PS;105 RA[i] = catalog.average[i].R; 106 DEC[i] = catalog.average[i].D; 107 107 N1[i] = i; 108 108 }
Note:
See TracChangeset
for help on using the changeset viewer.
