IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2004, 2:17:33 PM (22 years ago)
Author:
gusciora
Message:

I made changes to reflect the new SDRS.

File:
1 edited

Legend:

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

    r795 r796  
    2828
    2929    junk = psVectorAlloc(input->numRows * input->numCols, input->type.type);
    30     stats2 = psArrayStats(junk, NULL, 0xffffffff, stats);
     30    stats2 = psVectorStats(stats, junk, NULL, 0xffffffff);
    3131    psVectorFree(junk);
    3232
Note: See TracChangeset for help on using the changeset viewer.