Changeset 17253
- Timestamp:
- Mar 31, 2008, 2:19:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/dvo_photcode_ops.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/dvo_photcode_ops.c
r16810 r17253 320 320 int i, Np; 321 321 float Mcal, Mrel, Mcol, mc, Mc; 322 323 if (code == NULL) return NAN; 322 324 323 325 /* code must be the matching PRI/SEC code for this measurement or an equivalent ALT */ … … 404 406 double Mc; 405 407 408 if (code == NULL) return NAN; 409 406 410 Ns = photcodes[0].hashNsec[code[0].code]; 407 411 Mave = (Ns == -1) ? NAN : secfilt[Ns].M; … … 428 432 float Mave; 429 433 434 if (code == NULL) return NAN; 435 430 436 Ns = photcodes[0].hashNsec[code[0].code]; 431 437 Mave = (Ns == -1) ? NAN : secfilt[Ns].M; … … 438 444 float dM; 439 445 446 if (code == NULL) return NAN; 447 440 448 Ns = photcodes[0].hashNsec[code[0].code]; 441 449 dM = (Ns == -1) ? NAN : secfilt[Ns].dM; … … 449 457 short Mi; 450 458 float Xm; 459 460 if (code == NULL) return NAN; 451 461 452 462 Ns = photcodes[0].hashNsec[code[0].code];
Note:
See TracChangeset
for help on using the changeset viewer.
