-
Notifications
You must be signed in to change notification settings - Fork 119
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
Nameclash for STATE y
.
#2658
Comments
1uc
added a commit
to BlueBrain/nmodl
that referenced
this issue
Jan 10, 2024
So, no idea, only adding informations about this first
And the comment tells this is for bessel functions: #if defined __USE_MISC || (defined __USE_XOPEN && __MATH_DECLARING_DOUBLE)
/* Bessel functions. */
__MATHCALL (j0,, (_Mdouble_));
__MATHCALL (j1,, (_Mdouble_));
__MATHCALL (jn,, (int, _Mdouble_));
__MATHCALL (y0,, (_Mdouble_));
__MATHCALL (y1,, (_Mdouble_));
__MATHCALL (yn,, (int, _Mdouble_));
#endif Here is the documentation for this function This is a POSIX function. |
1uc
added a commit
to BlueBrain/nmodl
that referenced
this issue
Jan 10, 2024
1uc
added a commit
to BlueBrain/nmodl
that referenced
this issue
Jan 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following MOD file
fails to compile with the following error:
with
nrnivmodl
fromneuron-nightly
.Is this expected or a recent regression?
The text was updated successfully, but these errors were encountered: