IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2005, 3:35:20 PM (21 years ago)
Author:
eugene
Message:

substantial work to match with psLib v.7

File:
1 edited

Legend:

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

    r4977 r5048  
    9595
    9696    // iterate until the tolerance is reached, or give up
    97     while ((min->lastDelta > min->tol) && (min->iter < min->maxIter)) {
     97    while ((min->iter < min->maxIter) && ((min->lastDelta > min->tol) || !isfinite(min->lastDelta))) {
    9898
    9999        // set a new guess for Alpha, Beta, Params
Note: See TracChangeset for help on using the changeset viewer.