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
In the file low_collisionality.f90 the subroutine FIND_ALPHA_NEIGHBOURS defines the variable
low_collisionality.f90
FIND_ALPHA_NEIGHBOURS
INTEGER i_p_lp1(nbifx,npoint)
however later on the code references i_p_lp1(1,imax(4)) (around line 2090) but the variable imax(4) can be set to 0. This causes an error.
i_p_lp1(1,imax(4))
imax(4)
The text was updated successfully, but these errors were encountered:
Any updates? I'd debug this myself but at the point at which this occurs, the code is quite difficult to read.
Sorry, something went wrong.
Hi, no, sorry, I have not had time to debug this, but I intend to do it soon.
Any progress?
Hi. No, sorry, I've been swamped with the EPS and ISHW talks.
joseluisvelasco
No branches or pull requests
In the file
low_collisionality.f90
the subroutineFIND_ALPHA_NEIGHBOURS
defines the variableINTEGER i_p_lp1(nbifx,npoint)
however later on the code references
i_p_lp1(1,imax(4))
(around line 2090) but the variableimax(4)
can be set to 0. This causes an error.The text was updated successfully, but these errors were encountered: