We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This constant should be defined as a pre-processor symbol in grib2.h.
(base) ed@mikado:~/NCEPLIBS-g2c/b/tests$ find ../../src -name '*.c'|xargs grep 'alog2 =' ../../src/simpack.c: static g2float alog2 = 0.69314718; /* ln(2.0) */ ../../src/pngpack.c: static g2float alog2 = 0.69314718; /* ln(2.0) */ (base) ed@mikado:~/NCEPLIBS-g2c/b/tests$ find ../../src -name '*.c'|xargs grep 'alog2=' ../../src/compack.c: static g2float alog2=0.69314718; // ln(2.0) ../../src/misspack.c: static g2float alog2=0.69314718; // ln(2.0) ../../src/jpcpack.c: static g2float alog2=0.69314718; // ln(2.0)
The text was updated successfully, but these errors were encountered:
edwardhartnett
Successfully merging a pull request may close this issue.
This constant should be defined as a pre-processor symbol in grib2.h.
The text was updated successfully, but these errors were encountered: