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
-
The line reslist[ resindex -1 ] gives the following error (because of the -1):
reslist[ resindex -1 ]
-1
ERROR: MethodError: `typed_hcat` has no method matching typed_hcat(::Array{MIToS.PDB.PDBResidue,1}, ::Int64, ::Int64) Closest candidates are: typed_hcat(::Type{T}, ::Number...) typed_hcat(::Type{T}, ::Any...)
The text was updated successfully, but these errors were encountered:
duplicate of #14853 and #7128 and #6491 and #6405
Sorry, something went wrong.
No branches or pull requests
The line
reslist[ resindex -1 ]
gives the following error (because of the-1
):The text was updated successfully, but these errors were encountered: