From fd71b0e74f89a7eb31e2a80a1b47614c2a59569f Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 5 Jul 2017 17:12:49 +1000 Subject: Changed Candidate_Map to Candidate_Vector --- src/stv.adb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/stv.adb') diff --git a/src/stv.adb b/src/stv.adb index c10ec2e..eb132cc 100644 --- a/src/stv.adb +++ b/src/stv.adb @@ -63,9 +63,9 @@ procedure STV is Log_File : File_Type; - Candidate_Data : Candidates.Containers.Candidate_Map; - Above_Ballot : Candidates.Containers.Above_Line_Ballot; - Below_Ballot : Candidates.Containers.Below_Line_Ballot; + Candidate_Data : Candidates.Containers.Candidate_Vector; + Above_Ballot : Candidates.Containers.Above_Line_Ballot; + Below_Ballot : Candidates.Containers.Below_Line_Ballot; begin -- cgit