IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2009, 11:36:06 AM (17 years ago)
Author:
Paul Price
Message:

Fixing type to match what is read.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackCombineFinal.c

    r25812 r25813  
    4141        psArrayAdd(job->args, 1, options);
    4242        psArrayAdd(job->args, 1, config);
    43         PS_ARRAY_ADD_SCALAR(job->args, full, PS_TYPE_BOOL);
     43        PS_ARRAY_ADD_SCALAR(job->args, full, PS_TYPE_U8);
    4444        if (!psThreadJobAddPending(job)) {
    4545            psFree(job);
Note: See TracChangeset for help on using the changeset viewer.