libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

`maxmerge` upper bound already exists as a constant

Open no-lex opened this issue 4 years ago • 2 comments

The var maxmerge (in octa.cpp) has bounds from 0 to 12, corresponding to the range of gridpowers to optimize to. However, this upper bound, 12, is defined as a constant in octaedit.cpp already (also set to 12). These should be consolidated to all point towards the same symbol.

no-lex avatar Aug 22 '20 03:08 no-lex

This issue appears to be stale.

no-lex avatar Jan 27 '21 06:01 no-lex

Not stale, constant found in octarender.cpp.

no-lex avatar Mar 20 '21 06:03 no-lex