IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9483


Ignore:
Timestamp:
Oct 10, 2006, 5:49:35 PM (20 years ago)
Author:
Paul Price
Message:

Adding parens to suppress warnings.

File:
1 edited

Legend:

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

    r9446 r9483  
    105105open my $list2File, '>' . $list2Name;
    106106foreach my $file (@$files) {
    107     print $list1File File::Spec->rel2abs( $file->{b1_uri}, $ipprc->workdir() ) . "\n";
    108     print $list2File File::Spec->rel2abs( $file->{b2_uri}, $ipprc->workdir() ) . "\n";
     107    print $list1File (File::Spec->rel2abs( $file->{b1_uri}, $ipprc->workdir() ) . "\n");
     108    print $list2File (File::Spec->rel2abs( $file->{b2_uri}, $ipprc->workdir() ) . "\n");
    109109    push @means, $file->{bg};
    110110    push @stdevs, $file->{bg_stdev};
Note: See TracChangeset for help on using the changeset viewer.