gp:: fixed the comment about GOLDBERG_BITS

This commit is contained in:
Zeno Rogue 2022-02-01 17:08:54 +01:00
parent f61247afe2
commit b634d930cb
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ struct hpcshape {
#define SIDE_BSHA 12
#define SIDEPARS 13
/** GOLDBERG_BITS controls the size of tables for Goldberg: 2*(x+y) should be below (1<<GOLDBERG_BITS) */
/** GOLDBERG_BITS controls the size of tables for Goldberg. see gp::check_limits */
#ifndef GOLDBERG_BITS
#define GOLDBERG_BITS 5