Changeset 16563 for trunk/ippScripts/scripts/detrend_process_exp.pl
- Timestamp:
- Feb 21, 2008, 11:56:44 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_process_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_exp.pl
r16308 r16563 194 194 195 195 carp($msg); 196 if ( $det_id and $exp_id and not $no_update) {196 if (defined $det_id and defined $exp_id and not $no_update) { 197 197 my $command = "$dettool -addprocessedexp"; 198 198 $command .= " -det_id $det_id";
Note:
See TracChangeset
for help on using the changeset viewer.
