Skip to content

Commit

Permalink
Another small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Oct 6, 2016
1 parent 93e82fd commit 79f8c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settype.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ end
function dd_set_member(st::Cset_type, el::Clong)
1 == (@cdd_ccall set_member Cint (Clong, Cset_type) el st)
end
dd_set_member(st::Cset_type, el) = set_member(st, Clong(el))

function dd_set_card(st::Cset_type)
@cdd_ccall set_card Clong (Cset_type,) st
Expand Down

0 comments on commit 79f8c03

Please sign in to comment.