IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42484


Ignore:
Timestamp:
Aug 2, 2023, 3:06:59 PM (3 years ago)
Author:
eugene
Message:

white space changes

File:
1 edited

Legend:

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

    r42481 r42484  
    268268        source->moments->My = source->peak->yf;
    269269    } else {
    270         if ((fabs(Mx) > radius) || (fabs(My) > radius)) {
     270        if ((fabs(Mx) > radius) || (fabs(My) > radius)) {
    271271            psTrace ("psModules.objects", 3, "extreme centroid swing; invalid peak %d, %d\n", source->peak->x, source->peak->y);
    272272            return (false);
Note: See TracChangeset for help on using the changeset viewer.