Index: /branches/eam_branch_20080618/ippScripts/scripts/detrend_reject_exp.pl
===================================================================
--- /branches/eam_branch_20080618/ippScripts/scripts/detrend_reject_exp.pl	(revision 18212)
+++ /branches/eam_branch_20080618/ippScripts/scripts/detrend_reject_exp.pl	(revision 18213)
@@ -296,4 +296,7 @@
 }
 
+## XXX for now, always stop on each iteration
+$stop = 1;
+
 ## add the summary statistics, and request a new iteration if needed
 $command = "$dettool -adddetrunsummary";
@@ -302,5 +305,5 @@
 $command .= " -accept" if $master;
 $command .= " -dbname $dbname" if defined $dbname;
-$command .= " -again" unless $stop; 
+### XXX for now, removed : $command .= " -again" unless $stop; 
 $command .= $stats->cmdflags();
 
