Skip to content

Commit

Permalink
Deleting a line that caused an unused variable warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Roberts <[email protected]>
  • Loading branch information
CamelliaDPG committed May 21, 2024
1 parent 16827f9 commit 4bacad9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ map<tuple<Mode,FormulationChoice,AlgorithmChoice>,map<int,int> > getWorksetSizeM
{
// for the cases that we have not tried yet (polyOrder > 8), we try to choose sensible guesses for workset size:
// 1 is best for polyOrder 8, so it'll be the best for the rest.
int worksetSize = 1;
for (int polyOrder=9; polyOrder <= polyOrderMax; polyOrder++)
{
for (auto formulation : allFormulationChoices)
Expand Down

0 comments on commit 4bacad9

Please sign in to comment.