Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some variables require constexpr or const declaration but grab.py doesn't write it #9

Open
jinpavg opened this issue Dec 5, 2024 · 0 comments

Comments

@jinpavg
Copy link
Contributor

jinpavg commented Dec 5, 2024

for example, kcathedral2.hpp includes a bunch of

constexpr int shortA = 78;
constexpr int shortB = 760;
constexpr int shortC = 982;
constexpr int shortD = 528;
constexpr int shortE = 445;

when grab.py munches on similar effects, like kcathedral3, it doesn't add that, so these were all coming up as "undeclared identifier"

 double aAL[delayA + 5];
 double aBL[delayB + 5];
 double aCL[delayC + 5];
 double aDL[delayD + 5];
 double aEL[delayE + 5];
 ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant