IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2004, 9:57:03 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r1468 r1609  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-08-11 03:17:03 $
     12 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-08-24 19:57:03 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    939939    return (myPoly);
    940940}
     941
     942bool psMinimizePowell(psMinimization *min,
     943                      psVector *params,
     944                      const psVector *paramMask,
     945                      const psArray *coords,
     946                      psMinimizePowellFunc func)
     947{
     948
     949
     950
     951
     952
     953
     954
     955
     956    return(true);
     957}
Note: See TracChangeset for help on using the changeset viewer.