IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4587


Ignore:
Timestamp:
Jul 20, 2005, 5:31:46 AM (21 years ago)
Author:
eugene
Message:

fixed bug in photometry options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/photometry.c

    r4585 r4587  
    33/* match code to measure  */
    44# define TESTCODE(C,M) \
    5   if ((C != NULL) && ApplySelections[SelectionParam]) { \
     5  if (C != NULL) { \
    66    switch (C[0].type) { \
    77    case PHOT_DEP: \
Note: See TracChangeset for help on using the changeset viewer.