- Timestamp:
- Feb 22, 2007, 4:05:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dvo-mods-2007-02/Ohana/src/opihi/dvo/calextract.c
r8455 r12008 83 83 dM2 = NO_MAG; 84 84 for (j = 0; j < catalog.average[i].Nm; j++) { 85 if (catalog.measure[m+j]. source != code[1][0].code) continue;85 if (catalog.measure[m+j].photcode != code[1][0].code) continue; 86 86 M2 = PhotCat (&catalog.measure[m+j]); 87 dM2 = catalog.measure[m+j].dM _PS;87 dM2 = catalog.measure[m+j].dM; 88 88 } 89 89 if (M2 == NO_MAG) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
