IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/pstamp/src/ppstampOptions.c

    r32370 r33638  
    3030    options->cellName  = NULL;
    3131    options->stage  = NULL;
    32     options->censorMasked = true;
     32    options->censorMasked = false;
     33    options->writeJPEG = false;
     34    options->nocompress = false;
     35    options->wholeFile = false;
     36    options->outputFileRule = NULL;
    3337
    3438    return options;
Note: See TracChangeset for help on using the changeset viewer.