IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13757


Ignore:
Timestamp:
Jun 11, 2007, 1:36:35 PM (19 years ago)
Author:
eugene
Message:

missing space in command construction

File:
1 edited

Legend:

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

    r13748 r13757  
    139139        my $detFlag = DETRENDS->{lc($det_type)};
    140140        &my_die("Unrecognised detrend type: $det_type", $det_id, $iter, $exp_tag, $class_id, $PS_EXIT_PROG_ERROR) unless defined $detFlag;
    141         $command .= "$detFlag $detrend";
     141        $command .= " $detFlag $detrend";
    142142    }
    143143
Note: See TracChangeset for help on using the changeset viewer.