Changeset 16810 for trunk/Ohana/src/opihi/dvo/fitsed.c
- Timestamp:
- Mar 4, 2008, 12:39:41 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/fitsed.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/fitsed.c
r16040 r16810 207 207 208 208 // load the measurements for this source 209 m = catalog.average[i]. offset;210 for (j = 0; j < catalog.average[i].Nm ; j++) {209 m = catalog.average[i].measureOffset; 210 for (j = 0; j < catalog.average[i].Nmeasure; j++) { 211 211 idx = hashcode[catalog.measure[m+j].photcode]; 212 212 if (idx == -1) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
