Skip to content

Commit

Permalink
Added some error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmbn committed Mar 16, 2022
1 parent 6540f38 commit cae9f75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions orca4wb97x3c.f
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@ subroutine rdbas
inquire(file=basisfilename,exist=da2)
if(da2)then
open(unit=44,file=basisfilename)
else
write(*,*) "~/.basis_vDZP file in $HOME is missing!"
error stop "I/O error stop."
endif
endif
10 read(44,'(a)',end=20) atmp
Expand Down

0 comments on commit cae9f75

Please sign in to comment.