IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2005, 10:18:18 AM (21 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r4128 r4225  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.121 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-06-07 02:29:44 $
     11 *  @version $Revision: 1.122 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-06-13 20:18:18 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    688688    for (int j = 0; j < params->n; j++) {
    689689        for (int k = 0; k < params->n; k++) {
    690             alpha->data.F64[j][k] = 0;
    691         }
    692         beta->data.F64[j] = 0;
     690            alpha->data.F64[j][k] = 0.0;
     691        }
     692        beta->data.F64[j] = 0.0;
    693693    }
    694694    chisq = 0.0;
     
    780780}
    781781
    782 // XXX" put this in constants.h
     782// XXX: put this in constants.h
    783783# define PS_SWAP(X,Y) {double tmp=(X); (X) = (Y); (Y) = tmp;}
    784784
Note: See TracChangeset for help on using the changeset viewer.