IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2021, 2:18:12 PM (5 years ago)
Author:
eugene
Message:

minor comment changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimizePolyFit.c

    r38062 r41532  
    1919 *  XXX: For clip-fit functions, what should we do if the mask is NULL?
    2020 *
     21 *  XXX: the sums are built for 2*(order + 1) elements, but it should be 2*order + 1
    2122 */
    2223
     
    22502251        }
    22512252
    2252         if (!psVectorStats (stats, resid, NULL, mask, maskValue)) {
     2253        if (!psVectorStats(stats, resid, NULL, mask, maskValue)) {
    22532254            psError(PS_ERR_UNKNOWN, false, "Could not compute statistics on the resid vector.  Returning NULL.\n");
    22542255            psFree(resid);
Note: See TracChangeset for help on using the changeset viewer.