IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 6, 2008, 2:45:21 PM (18 years ago)
Author:
eugene
Message:

white space

File:
1 edited

Legend:

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

    r15046 r17355  
    1010 *  @author EAM, IfA
    1111 *
    12  *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2007-09-28 00:35:17 $
     12 *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2008-04-07 00:45:21 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    282282        delta = ymodel - y->data.F32[i];
    283283        chisq += PS_SQR(delta) * dy->data.F32[i];
     284
    284285        assert (!isnan(dy->data.F32[i]));
    285286        assert (!isnan(delta));
Note: See TracChangeset for help on using the changeset viewer.