IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31827


Ignore:
Timestamp:
Jul 5, 2011, 4:03:32 PM (15 years ago)
Author:
watersc1
Message:

typo in obs_mode selection code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/laptool.c

    r31482 r31827  
    283283      psMetadataAddStr(where,PS_LIST_TAIL,"rawExp.obs_mode",0,"==","3PI");
    284284    }
    285     pxAddLabelSearchArgs (config, where, "-obsmode", "rawExp.obsmode", "==");
     285    pxAddLabelSearchArgs (config, where, "-obsmode", "rawExp.obs_mode", "==");
    286286  }
    287287 
Note: See TracChangeset for help on using the changeset viewer.