Skip to content

Commit

Permalink
removed unneeded error print statements (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett authored May 25, 2023
1 parent 9b051c7 commit bc473c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/getidx.F90
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,8 @@ end subroutine getg2ir
lux = 0
iret = 0
if (lugb .le. 0 .or. lugb .gt. 9999) then
print *, ' '
print *, ' file unit number out of range'
print *, ' use unit numbers in range: 0 - 9999 '
print *, ' '
iret = 90
return
endif
Expand Down Expand Up @@ -125,9 +123,7 @@ end subroutine getg2ir
else
nlen = 0
nnum = 0
print *, ' '
print *, ' error reading index file '
print *, ' '
iret = 96
return
endif
Expand Down

0 comments on commit bc473c2

Please sign in to comment.