IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2004, 1:37:39 PM (22 years ago)
Author:
desonia
Message:

found the server astyle upgrade was faulty, so the format was reset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageStats.c

    r1341 r1385  
    271271            if ((i != 0) && (j != 0)) {
    272272                coeffs->coeff[i][j]*= 4.0;
    273             } else if ((i == 0) && (j == 0)) {
    274                 coeffs->coeff[i][j]*= 1.0;
    275             } else {
    276                 coeffs->coeff[i][j]*= 2.0;
    277             }
     273            } else
     274                if ((i == 0) && (j == 0)) {
     275                    coeffs->coeff[i][j]*= 1.0;
     276                } else {
     277                    coeffs->coeff[i][j]*= 2.0;
     278                }
    278279        }
    279280    }
Note: See TracChangeset for help on using the changeset viewer.