IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2006, 5:04:03 PM (20 years ago)
Author:
magnier
Message:

if-out test code lines

File:
1 edited

Legend:

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

    r9770 r9778  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-10-28 20:23:51 $
     8 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-10-30 03:04:03 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    226226
    227227    // XXX test dump of star parameters vs position (compare with fitted values)
    228     {
     228    if (0) {
    229229        FILE *f = fopen ("params.dat", "w");
    230230
    231         for (int j = 0; j < models->n; j++)
    232         {
     231        for (int j = 0; j < models->n; j++) {
    233232            pmModel *model = models->data[j];
    234233            if (model == NULL)
Note: See TracChangeset for help on using the changeset viewer.