IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2127


Ignore:
Timestamp:
Oct 14, 2004, 9:06:19 AM (22 years ago)
Author:
desonia
Message:

fixed a problem that generated a warning.

Location:
trunk/psModules/src
Files:
1 deleted
1 edited

Legend:

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

    r2122 r2127  
    66 *  @author George Gusciora, MHPCC
    77 *
    8  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-10-14 18:31:03 $
     8 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-10-14 19:06:19 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    155155                              pmFit fit)
    156156{
    157     if (n == overscanVector) {
     157    if (NULL == overscanVector) {
    158158        return(overscanVector);
    159159    }
Note: See TracChangeset for help on using the changeset viewer.