Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed unneeded error print statements #415

Merged
merged 1 commit into from
May 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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