IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9557


Ignore:
Timestamp:
Oct 13, 2006, 2:52:35 PM (20 years ago)
Author:
magnier
Message:

removed outdated XXX comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/models/pmModel_GAUSS.c

    r6947 r9557  
    134134    for (int i = 4; i < 7; i++) {
    135135        psPolynomial2D *poly = psf->params->data[i-4];
    136         // XXX: be wary of a bug here.  EAM had his own version of psPolynomial2DEval().
    137         // I think the reason was that hewas using nX=xOrder.  Not sure.  I changed this
    138         // without verifying.
    139         // out[i] = Polynomial2DEval_EAM (poly, out[2], out[3]);
    140136        out[i] = psPolynomial2DEval(poly, out[2], out[3]);
    141137    }
Note: See TracChangeset for help on using the changeset viewer.