Skip to content

Commit

Permalink
Add commented-out debug print statements to show Heisenbug.
Browse files Browse the repository at this point in the history
  • Loading branch information
traktofon committed Apr 7, 2017
1 parent 663e85d commit 4e7245c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/read.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ end

function read_spec{T,N}( rec::Record, spec::Array{T,N} )
arr = read!(rec, spec)::Array{T,N}
# println("BEFORE map! ", arr[1])
map!(rec.convert.onread, arr, arr)
# println("AFTER map! ", arr[1])
return arr
end

function read_spec{I<:Integer}( rec::Record, spec::Tuple{DataType,I} )
Expand Down

0 comments on commit 4e7245c

Please sign in to comment.