Skip to content

Commit

Permalink
rename: HashTable => Dict, IdTable => ObjectIdDict [closes #766].
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski authored and ihnorton committed Mar 1, 2013
1 parent 6e910e8 commit 2dc6310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/dicom.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include("dcm_dict.jl")

function dcm_init()
dcm_dict = HashTable()
dcm_dict = Dict()
for d in (_dcmdict_data_::Array{Any,1})
dcm_dict[(uint16(d[1][1]),uint16(d[1][2]))] = d[2:]
end
Expand Down

0 comments on commit 2dc6310

Please sign in to comment.