IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 31, 2006, 9:38:44 AM (20 years ago)
Author:
magnier
Message:

changed name of radiusTMP to radiusFit in pmModel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmModel.c

    r9730 r9810  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-10-24 22:55:05 $
     8 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-10-31 19:38:44 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5555    tmp->nDOF  = 0;
    5656    tmp->nIter = 0;
    57     tmp->radiusTMP = 0;
     57    tmp->radiusFit = 0;
    5858    tmp->status = PM_MODEL_UNTRIED;
    5959
     
    8787    new->nIter  = model->nIter;
    8888    new->status = model->status;
    89     new->radiusTMP = model->radiusTMP;
     89    new->radiusFit = model->radiusFit;
    9090
    9191    for (int i = 0; i < new->params->n; i++) {
Note: See TracChangeset for help on using the changeset viewer.