Changeset 18370
- Timestamp:
- Jun 29, 2008, 3:07:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_exp.pl
r17671 r18370 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; 307 308 ### XXX WE NEED to make this a recipe-driven option 304 309 $command .= " -again" unless $stop; 305 310 $command .= $stats->cmdflags();
Note:
See TracChangeset
for help on using the changeset viewer.
