IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25643


Ignore:
Timestamp:
Sep 28, 2009, 5:52:47 PM (17 years ago)
Author:
eugene
Message:

remove extra print statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/objects/pmSourceMoments.c

    r25350 r25643  
    330330             source->peak->xf, source->peak->yf, source->peak->flux, source->peak->SN, source->moments->Mx,   source->moments->My, Sum, source->moments->Mxx,   source->moments->Mxy,   source->moments->Myy, sky, numPixels);
    331331
    332     if (source->moments->Mxx < 0) {
    333         fprintf (stderr, "error: neg second moment??\n");
    334     }
    335     if (source->moments->Myy < 0) {
    336         fprintf (stderr, "error: neg second moment??\n");
    337     }
    338 
    339332    return(true);
    340333}
Note: See TracChangeset for help on using the changeset viewer.