IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 10, 2013, 2:38:11 PM (13 years ago)
Author:
watersc1
Message:

Commenting out isnan check fprintf entries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/models/pmModel_TRAIL.c

    r35560 r35577  
    169169        dPAR[PM_PAR_SIGMA]  = 0;        // we don't actually allow this to vary, so we do not need to calculate it
    170170
    171         for (int i = 0; i < 7; i++) {
    172           if (isnan(dPAR[i])) {
    173             fprintf (stderr, "*");
    174           }
    175         }
    176     }
    177     if (isnan(f)) {
    178       fprintf (stderr, "!");
    179     }
     171        //      for (int i = 0; i < 7; i++) {
     172        //        if (isnan(dPAR[i])) {
     173        //          fprintf (stderr, "*");
     174        //        }
     175        //      }
     176    }
     177    //    if (isnan(f)) {
     178    //      fprintf (stderr, "!");
     179    //    }
    180180    return(f);
    181181}
Note: See TracChangeset for help on using the changeset viewer.