IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2009, 2:20:22 PM (17 years ago)
Author:
eugene
Message:

rename psMatrixGJSolveF32 to psMatrixGJSolve

File:
1 edited

Legend:

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

    r21183 r24088  
    265265
    266266    // error and clear above if kept?
    267     if (false == psMatrixGJSolveF32(Alpha, Beta)) {
     267    if (!psMatrixGJSolve(Alpha, Beta)) {
    268268        psTrace ("psLib.math", 4, "singular matrix in Guess ABP\n");
    269269        return(false);
Note: See TracChangeset for help on using the changeset viewer.