IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2008, 2:35:27 PM (18 years ago)
Author:
Paul Price
Message:

Adding some code to allow use of old masks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigMask.c

    r19040 r19121  
    88
    99#include "pmConfigMask.h"
     10
     11
     12//#define FORCE_OLD_MASKS                 // Force old masks to work (at the expense of new masks)
     13
    1014
    1115psMaskType pmConfigMaskGet(const char *masks, const pmConfig *config)
     
    8084    }
    8185
     86#ifdef FORCE_OLD_MASKS
     87    return true;
     88#endif
     89
    8290    int nMask = psMetadataLookupS32(&status, header, "MSKNUM");
    8391    if (!status) {
Note: See TracChangeset for help on using the changeset viewer.