Changeset 14191 for trunk/Ohana/src/opihi/dvo/dbExtractMeasures.c
- Timestamp:
- Jul 12, 2007, 5:17:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/dbExtractMeasures.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/dbExtractMeasures.c
r13479 r14191 22 22 23 23 switch (field->ID) { 24 // XXX not sure how to apply the photcode here....25 24 case MEAS_MAG: /* magnitudes are already determined above */ 25 // if user has requested a photcode, supply the value only if we match (else NO_MAG) 26 if ((field->photcode->type != PHOT_MAG) && 27 (measure[0].photcode != field->photcode->code)) { 28 break; 29 } 26 30 switch (field->magMode) { 27 31 case MAG_INST:
Note:
See TracChangeset
for help on using the changeset viewer.
