Skip to content

Commit

Permalink
fix num_args passed to infer_type
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jan 21, 2017
1 parent 9619daf commit 75fcd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symbolic-node.jl
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function _infer_type(self, keys, arg_type_data)
Ref{MX_uint}, Ref{Ptr{Cint}},
Ref{MX_uint}, Ref{Ptr{Cint}},
Ref{Cint}),
self, length(arg_type_data)-1, keys, arg_type_data,
self, length(arg_type_data), keys, arg_type_data,
ref_in_type_size, ref_in_type_data,
ref_out_type_size, ref_out_type_data,
ref_aux_type_size, ref_aux_type_data,
Expand Down

0 comments on commit 75fcd81

Please sign in to comment.