diff --git a/agc_2-X/branches/agc_2.2.0/bin/AST_VDhopper.pl b/agc_2-X/branches/agc_2.2.0/bin/AST_VDhopper.pl index 26705ca0..455951e0 100644 --- a/agc_2-X/branches/agc_2.2.0/bin/AST_VDhopper.pl +++ b/agc_2-X/branches/agc_2.2.0/bin/AST_VDhopper.pl @@ -1072,7 +1072,7 @@ foreach(@campaign_id) if (length($Gct_state_call_times)>2) { @state_rules = split(/\|/,$Gct_state_call_times); - $ct_srs = ($#state_rules - 2); + $ct_srs = ($#state_rules - 0); } while($ct_srs >= $b) { diff --git a/agc_2-X/trunk/bin/AST_VDhopper.pl b/agc_2-X/trunk/bin/AST_VDhopper.pl index 0fdafcef..99c874b7 100644 --- a/agc_2-X/trunk/bin/AST_VDhopper.pl +++ b/agc_2-X/trunk/bin/AST_VDhopper.pl @@ -1062,7 +1062,7 @@ foreach(@campaign_id) if (length($Gct_state_call_times)>2) { @state_rules = split(/\|/,$Gct_state_call_times); - $ct_srs = ($#state_rules - 2); + $ct_srs = ($#state_rules - 0); } while($ct_srs >= $b) {