IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6078


Ignore:
Timestamp:
Jan 19, 2006, 8:03:29 PM (20 years ago)
Author:
Paul Price
Message:

Small cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/imsubtract/pmSubtractBias.c

    r6062 r6078  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.6.8.1.2.2 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-01-20 02:38:28 $
     13 *  @version $Revision: 1.6.8.1.2.3 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-01-20 06:03:29 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    363363            }
    364364            reduced->data.F32[i] = reducedVal;
    365             //            printf("%f ", reducedVal);
    366365        } else if (overscanOpts->fitType == PM_FIT_NONE) {
    367366            psError(PS_ERR_UNKNOWN, true, "The overscan is not supplied for all points on the "
     
    372371            mask->data.U8[i] = 1;
    373372        }
    374 
    375         //        printf("\n");
    376373    }
    377374
     
    514511                    }
    515512                }
     513                psFree(iter);
    516514
    517515                // Reduce the overscans
     
    556554                    }
    557555                }
     556                psFree(iter);
    558557
    559558                // Reduce the overscans
Note: See TracChangeset for help on using the changeset viewer.