IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2102


Ignore:
Timestamp:
Oct 13, 2004, 3:06:44 PM (22 years ago)
Author:
gusciora
Message:

Cosmetic edit.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageStats.c

    r2101 r2102  
    99*  @author GLG, MHPCC
    1010*
    11 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-10-14 01:05:27 $
     11*  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-10-14 01:06:44 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    406406    }
    407407
    408     // We scale the pixel positions to values
    409     // between -1.0 and 1.0
     408    // We scale the pixel positions to values between -1.0 and 1.0
     409    // Use static data structures here.
    410410    rScalingFactors = p_psCalcScaleFactorsEval(input->numRows);
    411411    cScalingFactors = p_psCalcScaleFactorsEval(input->numCols);
     
    438438    // Free the Chebyshev polynomials that were
    439439    // created in this routine.
     440    // XXX: Use dtatic data structures here.
    440441    for (i = 0; i < maxChebyPoly; i++) {
    441442        psFree(chebPolys[i]);
     
    443444    psFree(chebPolys);
    444445
    445     // Free some data
    446     //    for (i = 0; i < coeffs->nX; i++) {
    447     //        psFree(sums[i]);
    448     //    }
    449     //    psFree(sums);
    450446    psFree(cScalingFactors);
    451447    psFree(rScalingFactors);
  • trunk/psLib/src/imageops/psImageStats.c

    r2101 r2102  
    99*  @author GLG, MHPCC
    1010*
    11 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-10-14 01:05:27 $
     11*  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-10-14 01:06:44 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    406406    }
    407407
    408     // We scale the pixel positions to values
    409     // between -1.0 and 1.0
     408    // We scale the pixel positions to values between -1.0 and 1.0
     409    // Use static data structures here.
    410410    rScalingFactors = p_psCalcScaleFactorsEval(input->numRows);
    411411    cScalingFactors = p_psCalcScaleFactorsEval(input->numCols);
     
    438438    // Free the Chebyshev polynomials that were
    439439    // created in this routine.
     440    // XXX: Use dtatic data structures here.
    440441    for (i = 0; i < maxChebyPoly; i++) {
    441442        psFree(chebPolys[i]);
     
    443444    psFree(chebPolys);
    444445
    445     // Free some data
    446     //    for (i = 0; i < coeffs->nX; i++) {
    447     //        psFree(sums[i]);
    448     //    }
    449     //    psFree(sums);
    450446    psFree(cScalingFactors);
    451447    psFree(rScalingFactors);
Note: See TracChangeset for help on using the changeset viewer.