From 3ac371894204b85b7385a38480576e3db2c22b85 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 30 Oct 2017 12:13:02 -0700 Subject: 4095 --- 056shape_shifting_recipe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/056shape_shifting_recipe.cc b/056shape_shifting_recipe.cc index fceb6672..36c405ec 100644 --- a/056shape_shifting_recipe.cc +++ b/056shape_shifting_recipe.cc @@ -116,7 +116,7 @@ bool all_concrete_header_reagents_strictly_match(const instruction& inst, const } // tie-breaker for phase 3 -recipe_ordinal best_shape_shifting_variant(const instruction& inst, vector& candidates) { +recipe_ordinal best_shape_shifting_variant(const instruction& inst, const vector& candidates) { assert(!candidates.empty()); if (SIZE(candidates) == 1) return candidates.at(0); // primary score -- cgit 1.4.1-2-gfad0