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
MethodError: no method matching add_node!(::Mesh, ::UInt64, ::Array{Float64,1}) Closest candidates are: add_node!(::Mesh, !Matched::Int64, ::Array{Float64,1}) at /home/jukka/repositories/JuliaFEM/src/preprocess.jl:64
I guess the automatic conversion should work, but nid is defined as Int64, maybe Integer would be better?
nid
Int64
Integer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MethodError: no method matching add_node!(::Mesh, ::UInt64, ::Array{Float64,1})
Closest candidates are:
add_node!(::Mesh, !Matched::Int64, ::Array{Float64,1}) at /home/jukka/repositories/JuliaFEM/src/preprocess.jl:64
I guess the automatic conversion should work, but
nid
is defined asInt64
, maybeInteger
would be better?The text was updated successfully, but these errors were encountered: