IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2007, 1:53:14 PM (19 years ago)
Author:
Paul Price
Message:

Using weight maps in ppStack. Adding flag to preserve temporary files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_serial_stack.pl

    r13113 r14274  
    2828    $no_op,                     # No operations?
    2929    $no_update,                 # No updating?
     30    $save_temps,                # Save temporary files?
    3031    );
    3132GetOptions(
     
    3334           'no-op' => \$no_op,
    3435           'no-update' => \$no_update,
     36           'save-temps' => \$save_temps,
    3537) or pod2usage( 2 );
    3638
     
    7476        $command .= " --no-op" if defined $no_op;
    7577        $command .= " --no-update" if defined $no_update;
     78        $command .= " --save-temps" if defined $save_temps;
    7679        $command .= " --workdir $workdir" if defined $workdir;
    7780        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.