IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2006, 10:20:47 AM (20 years ago)
Author:
magnier
Message:

reduced indirections, added local static variables for minimization params

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/objects/pmObjects.h

    r6062 r6182  
    1010 *  @author GLG, MHPCC
    1111 *
    12  *  @version $Revision: 1.4.4.4 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-01-20 02:38:28 $
     12 *  @version $Revision: 1.4.4.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-01-22 20:20:47 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    475475
    476476
     477bool pmSourceFitModelInit(
     478    float nIter;   ///< max number of allowed iterations
     479    float tol    ///< convergence criterion
     480);
     481
    477482/** pmSourceFitModel()
    478483 *
Note: See TracChangeset for help on using the changeset viewer.