Changeset 18213
- Timestamp:
- Jun 19, 2008, 4:52:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080618/ippScripts/scripts/detrend_reject_exp.pl
r17671 r18213 296 296 } 297 297 298 ## XXX for now, always stop on each iteration 299 $stop = 1; 300 298 301 ## add the summary statistics, and request a new iteration if needed 299 302 $command = "$dettool -adddetrunsummary"; … … 302 305 $command .= " -accept" if $master; 303 306 $command .= " -dbname $dbname" if defined $dbname; 304 $command .= " -again" unless $stop;307 ### XXX for now, removed : $command .= " -again" unless $stop; 305 308 $command .= $stats->cmdflags(); 306 309
Note:
See TracChangeset
for help on using the changeset viewer.
