IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2006, 12:44:16 PM (20 years ago)
Author:
magnier
Message:

various fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMosaic.c

    r7610 r7618  
    458458    psTrace(__func__, 3, "Spliced image will be %dx%d\n", (int)xSize, (int)ySize);
    459459    psImage *mosaic = psImageAlloc((int)xSize, (int)ySize, type); // The mosaic image
    460     psImageInit(mosaic, 0.0);
     460    psImageInit(mosaic, 0);
    461461
    462462    // Next pass through the images to do the mosaicking
Note: See TracChangeset for help on using the changeset viewer.