Skip to content

Commit

Permalink
Fix bug on read_packet.m
Browse files Browse the repository at this point in the history
  • Loading branch information
osamu620 committed Oct 30, 2020
1 parent abe012d commit 90d44e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Tier2/read_packet.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
for b = 1:currentResolution.num_band
currentPband = currentPrecinct.precinct_subbands(b);
if currentPband.size_x * currentPband.size_y ~= 0
number_of_bytes = zeros(1, currentPband.numCblksX * currentPband.numCblksY);
for idx = 0:currentPband.numCblksX * currentPband.numCblksY - 1
number_of_bytes(count) = parse_packet_header(packetHeader, l, currentPband, currentPband.Cblks(idx + M_OFFSET), main_header.Cap15_b14_15);
if DEBUG == 1
Expand Down

0 comments on commit 90d44e1

Please sign in to comment.