- 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/calmextract.c
r8455 r12008 96 96 dM2 = NO_MAG; 97 97 for (j = 0; j < catalog.average[i].Nm; j++) { 98 if (catalog.measure[m+j]. source != code[1][0].code) continue;98 if (catalog.measure[m+j].photcode != code[1][0].code) continue; 99 99 M2 = PhotCat (&catalog.measure[m+j]); 100 dM2 = catalog.measure[m+j].dM _PS;100 dM2 = catalog.measure[m+j].dM; 101 101 } 102 102 if (M2 == NO_MAG) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
