IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2006, 8:44:12 AM (20 years ago)
Author:
eugene
Message:

select refstars by magnitude, fix various memory leaks, better error tests, fix luminosity function test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroArguments.c

    r9574 r9627  
    2727    // load config data from default locations
    2828    pmConfig *config = pmConfigRead(&argc, argv);
     29    if (config == NULL) {
     30        psError(PSASTRO_ERR_CONFIG, false, "Can't read site configuration");
     31        return NULL;
     32    }
    2933
    3034    // save these recipe options until we have loaded the options
Note: See TracChangeset for help on using the changeset viewer.