From: Ian Jackson Date: Sun, 2 Feb 2014 22:43:25 +0000 (+0000) Subject: print # devotee-tally-begin and devotee-tally-end X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=appendix-a6.git;a=commitdiff_plain;h=72430a6c24f496d33af833d4c4f00b2bd209821a print # devotee-tally-begin and devotee-tally-end --- diff --git a/compute b/compute index 9e5e8ba..6400382 100755 --- a/compute +++ b/compute @@ -66,7 +66,7 @@ our @vab; # Go through the voters and construct V(A,B) -print "\nParsing \`simple' style ballots\n" +print "\nParsing \`simple' style ballots\n# devotee-tally-begin\n" if @invotes_cc; # actually, we pre-parse them into @invotes_v # since we want to show them as a tally sheet anyway @@ -112,6 +112,9 @@ foreach my $iv (@invotes_cc) { push @invotes_v, [ $vstr, $voter ]; } +print "# devotee-tally-end\n" + if @invotes_cc; + print "\nDetermining default option\n"; if ($defcho && $defcho->{Index} > -1) {