IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13385


Ignore:
Timestamp:
May 14, 2007, 6:32:08 PM (19 years ago)
Author:
Paul Price
Message:

Removing extraneous line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.c

    r13380 r13385  
    44 *  @author GLG, MHPCC
    55 *
    6  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-05-15 02:55:05 $
     6 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-05-15 04:32:08 $
    88 *
    99 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    4444        for (int i = 0; i <= spatialOrder - j; i++) {
    4545            poly->coeff[i][j] = 1.0;
    46             polyValues->data.F64[j][i] = polyValues->data.F64[j][i] = psPolynomial2DEval(poly, x, y);
     46            polyValues->data.F64[j][i] = psPolynomial2DEval(poly, x, y);
    4747            poly->coeff[i][j] = 0.0;
    4848        }
Note: See TracChangeset for help on using the changeset viewer.