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/pmConceptsWrite.c

    r6896 r6955  
    404404                              )
    405405{
     406    #ifdef OMIT_PSDB
     407    return false;
     408    #else
     409
    406410    pmHDU *hdu = pmHDUGetLowest(NULL, NULL, cell); // The HDU at the lowest level
    407411    if (!hdu) {
     
    519523    }
    520524    return false;
     525    #endif
    521526}
    522527
Note: See TracChangeset for help on using the changeset viewer.