Skip to content

Commit

Permalink
Remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2004y committed Jul 21, 2023
1 parent e7d8aa7 commit 35d4a2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vlsv/vlsvreader.jl
Original file line number Diff line number Diff line change
Expand Up @@ -651,11 +651,9 @@ function _fillFG!(dataOrdered::Array{Float32}, raw::AbstractArray{<:Real},
# Reorder data
if ndims(raw) > 1
ldata = reshape(raw[:,offsetnow:offsetnext-1], size(raw,1), lsize...)

dataOrdered[:,lrange...] = ldata
else
ldata = reshape(raw[offsetnow:offsetnext-1], lsize...)

dataOrdered[lrange...] = ldata
end
offsetnow = offsetnext
Expand Down

0 comments on commit 35d4a2b

Please sign in to comment.