IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2006, 11:49:30 PM (20 years ago)
Author:
eugene
Message:

fixed return values

File:
1 edited

Legend:

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

    r9732 r10790  
    2424  if (rawfunc == NULL) {
    2525    psError(PSASTRO_ERR_DATA, false, "error measuring rawstar luminosity function\n");
    26     return NULL;
     26    return false;
    2727  }
    2828  psLogMsg ("psastro", 4, "measuring luminosity function for refstars\n");
     
    3030  if (reffunc == NULL) {
    3131    psError(PSASTRO_ERR_DATA, false, "error measuring refstar luminosity function\n");
    32     return NULL;
     32    return false;
    3333  }
    34 
    35   // XXXX test
    36   // psFree (rawfunc);
    37   // psFree (reffunc);
    38   // return true;
    3934
    4035  // what is the offset between the two lines at the average magnitude?
Note: See TracChangeset for help on using the changeset viewer.