-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bug in aep8 #73
Comments
I'm not much of a FORTRAN programmer. Is it also a problem that IERR is not defined? |
Merged
IERR was an integer (since the Fortran implicit typing rules are in effect since this function doesn't have |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
radbelt/radbelt/core.f
Line 50 in 75fbf40
This
IER
inAEP8
should beIERR
. IER is never given a value, so it can be anything.The text was updated successfully, but these errors were encountered: