Skip to content

Commit

Permalink
more index work
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Feb 6, 2024
1 parent b297297 commit dc6a118
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_gbytec.F90
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ program test_gbytec
endif
end do

! print *, ' now unpack into 1 64-bit int with g2_gbytesc()...'
! in8_1(1) = 0
! call g2_gbytesc(out8, in8_1, iskip, 64, 0, 1)
! if (in8_1(1) .ne. in8(1)) stop 150
print *, ' now unpack into 1 64-bit int with g2_gbytesc()...'
in8_1(1) = 0
call g2_gbytesc8(out8, in8_1, iskip, 64, 0, 1)
if (in8_1(1) .ne. in8(1)) stop 150

print *, ' testing g2_sbytec8() with 32-bit int array of size 4...'
do i = 1, 4
Expand Down

0 comments on commit dc6a118

Please sign in to comment.