IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2005, 1:57:37 PM (21 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r3989 r3990  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.118 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-05-19 23:52:19 $
     11 *  @version $Revision: 1.119 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-05-19 23:57:37 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    14371437    min->value = 0.0;
    14381438    min->iter = 0;
    1439     min->lastDelta = tol + 1;
     1439    min->lastDelta = NAN;
    14401440
    14411441    return(min);
Note: See TracChangeset for help on using the changeset viewer.