IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13408


Ignore:
Timestamp:
May 17, 2007, 3:39:22 AM (19 years ago)
Author:
rhl
Message:

Fix typo in error msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotMakeResiduals.c

    r13407 r13408  
    210210
    211211                if (!psMatrixGJSolve(A, B)) {
    212                     psError(PSPHOT_ERR_PSF, false, "Singular matrix solving for (r,x) = (%d,%d)'s residuals",
     212                    psError(PSPHOT_ERR_PSF, false, "Singular matrix solving for (y,x) = (%d,%d)'s residuals",
    213213                            oy, ox);
    214214                    psFree(resid); resid = NULL;
Note: See TracChangeset for help on using the changeset viewer.