IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19657


Ignore:
Timestamp:
Sep 22, 2008, 4:50:47 PM (18 years ago)
Author:
Paul Price
Message:

Fixing: Global symbol "$recipe1" requires explicit package name at detrend_process_exp.pl line 173.

File:
1 edited

Legend:

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

    r19652 r19657  
    171171$command .= " -det_id $det_id";
    172172$command .= " -exp_id $exp_id";
    173 $command .= " -recip $recipe1,$recipe2 -path_base $outroot";
     173$command .= " -recip $recipe -path_base $outroot";
    174174$command .= " -dbname $dbname" if defined $dbname;
    175175$command .= $stats->cmdflags();
Note: See TracChangeset for help on using the changeset viewer.