IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23


Ignore:
Timestamp:
Jan 20, 2003, 10:43:34 AM (24 years ago)
Author:
eugene
Message:

fixed bug: M_MODES -> M_MEF (line 17)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/detrend/criteria.c

    r21 r23  
    1515
    1616    if (criteria[i].CCDSelect) {
    17       if (image[0].mode == M_MODES) goto valid_ccd;
     17      if (image[0].mode == M_MEF) goto valid_ccd;
    1818      if (image[0].mode == M_MODES) goto valid_ccd;
    1919      if (image[0].ccd  == criteria[i].CCD) goto valid_ccd;
Note: See TracChangeset for help on using the changeset viewer.