IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2006, 5:20:16 PM (20 years ago)
Author:
Paul Price
Message:

Making psDB optional, for when we don't compile psLib with mysql

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmConceptsRead.c

    r6872 r6955  
    258258                               )
    259259{
     260    #ifdef OMIT_PSDB
     261    return false;
     262    #else
     263
    260264    pmHDU *hdu = pmHDUGetLowest(fpa, chip, cell); // The HDU at the lowest level
    261265    if (!hdu) {
     
    364368    }
    365369    return false;
     370    #endif
    366371}
    367372
Note: See TracChangeset for help on using the changeset viewer.