Skip to content
Snippets Groups Projects
Commit 2b82e75c authored by Balthazar Wilson's avatar Balthazar Wilson
Browse files

fix: copeland scf

parent e0d2c55a
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ func CopelandSWF(p Profile) (count Count, err error) { ...@@ -31,7 +31,7 @@ func CopelandSWF(p Profile) (count Count, err error) {
} }
func CopelandSCF(p Profile) (bestAlts []Alternative, err error) { func CopelandSCF(p Profile) (bestAlts []Alternative, err error) {
count, err := MajoritySWF(p) count, err := CopelandSWF(p)
if err != nil { if err != nil {
return nil, err return nil, err
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment