Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ledwards2225 committed Sep 20, 2023
1 parent c66cd93 commit 80c865a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ TEST(SumcheckRound, AddTuplesOfTuplesOfUnivariates)
Univariate<FF, 2> expected_sum_2 = univariate_2 + univariate_5;
Univariate<FF, 3> expected_sum_3 = univariate_3 + univariate_6;

// Construct two tuples of tuples
// Construct two tuples of tuples of univariates
auto tuple_of_tuples_1 =
std::make_tuple(std::make_tuple(univariate_1), std::make_tuple(univariate_2, univariate_3));
auto tuple_of_tuples_2 =
Expand Down

0 comments on commit 80c865a

Please sign in to comment.