Skip to content
Snippets Groups Projects
Commit 9786ed4f authored by Alexander Kreft's avatar Alexander Kreft
Browse files

MAINT: fix typo

parent 0edc00a2
Branches
Tags
1 merge request!11F get value
......@@ -1959,9 +1959,9 @@ function set_value(
Vector{Clong}(value),
vec_length,
)
elseif integer <: Vector{T} where {T<:Number}
elseif in_type <: Vector{T} where {T<:Number}
err_code = ccall(
(:caosdb_entity_entity_set_int_list_value, CaosDB.library_name),
(:caosdb_entity_entity_set_double_list_value, CaosDB.library_name),
Cint,
(Ref{_Entity}, Ptr{Cdouble}, Cint),
entity,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment