IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2368


Ignore:
Timestamp:
Nov 15, 2004, 10:32:42 AM (22 years ago)
Author:
harman
Message:

Updates resulting from testing

Location:
trunk/psLib/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataIO/psLookupTable.c

    r2345 r2368  
    88*  @author Ross Harman, MHPCC
    99*
    10 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-11-12 20:25:57 $
     10*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-11-15 20:32:42 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    467467    if((fp=fopen(table->fileName, "r")) == NULL) {
    468468        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psLookupTable_FILE_NOT_FOUND, table->fileName);
    469         return NULL;
     469        return table;
    470470    }
    471471
  • trunk/psLib/src/fileUtils/psLookupTable.c

    r2345 r2368  
    88*  @author Ross Harman, MHPCC
    99*
    10 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-11-12 20:25:57 $
     10*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-11-15 20:32:42 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    467467    if((fp=fopen(table->fileName, "r")) == NULL) {
    468468        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psLookupTable_FILE_NOT_FOUND, table->fileName);
    469         return NULL;
     469        return table;
    470470    }
    471471
  • trunk/psLib/src/types/psLookupTable.c

    r2345 r2368  
    88*  @author Ross Harman, MHPCC
    99*
    10 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-11-12 20:25:57 $
     10*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-11-15 20:32:42 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    467467    if((fp=fopen(table->fileName, "r")) == NULL) {
    468468        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psLookupTable_FILE_NOT_FOUND, table->fileName);
    469         return NULL;
     469        return table;
    470470    }
    471471
Note: See TracChangeset for help on using the changeset viewer.