IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2004, 3:33:02 PM (22 years ago)
Author:
harman
Message:

Added more new error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmFlatField.c

    r1852 r1853  
    1818 *  @author Ross Harman, MHPCC
    1919 *
    20  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    21  *  @date $Date: 2004-09-22 23:58:20 $
     20 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     21 *  @date $Date: 2004-09-23 01:33:02 $
    2222 *
    2323 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5353    // Check for nulls
    5454    if (in == NULL) {
    55         return false;
     55        return true;       // Readout may not have data in it
    5656    } else if(flat==NULL) {
    5757        psErrorMsg(PS_ERRORNAME_DOMAIN "pmFlatField", PS_ERR_BAD_PARAMETER_NULL, true,
Note: See TracChangeset for help on using the changeset viewer.