Skip to content

Commit

Permalink
Update the type GMT_PALETTE to sync it with the C version
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim committed Jun 3, 2017
1 parent 3ffdd73 commit c81699f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libgmt_h.jl
Original file line number Diff line number Diff line change
Expand Up @@ -612,11 +612,13 @@ type GMT_PALETTE
alloc_level::UInt32
auto_scale::UInt32
model::UInt32
is_wrapping::UInt32
is_gray::UInt32
is_bw::UInt32
is_continuous::UInt32
has_pattern::UInt32
has_hinge::UInt32
has_range::UInt32
skip::UInt32
categorical::UInt32
z_adjust::NTuple{2, UInt32}
Expand All @@ -625,6 +627,7 @@ type GMT_PALETTE
z_unit_to_meter::NTuple{2, Cdouble}
minmax::NTuple{2, Cdouble}
hinge::Cdouble
wrap_length::Cdouble
end
type GMT_IMAGE
_type::UInt32
Expand Down

0 comments on commit c81699f

Please sign in to comment.