IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27069


Ignore:
Timestamp:
Feb 24, 2010, 3:18:47 PM (16 years ago)
Author:
Paul Price
Message:

Initialise Npixels.

File:
1 edited

Legend:

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

    r27068 r27069  
    4949    psImageInit(bad, 0);
    5050
    51     int Npixels;                        // Total number of pixels
     51    int Npixels = 0;                    // Total number of pixels
    5252    for (int y = 0; y < ny; y++) {
    5353        for (int x = 0; x < nx; x++) {
Note: See TracChangeset for help on using the changeset viewer.