IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2006, 11:41:34 AM (20 years ago)
Author:
Paul Price
Message:

Got the number of files and number of cells around the wrong way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeScaleZero.c

    r7840 r7841  
    166166    }
    167167    if (options->exptime) {
    168         exptime = psImageAlloc(filenames->n, data->numCells, PS_TYPE_F32);
     168        exptime = psImageAlloc(data->numCells, filenames->n, PS_TYPE_F32);
    169169    }
    170170
Note: See TracChangeset for help on using the changeset viewer.