Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed another small bug in error handling when opening files
  • Loading branch information
Austin Blevins committed Oct 19, 2022
1 parent eb7d6be commit 8ce5dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/io_read_regotrack.f90
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ subroutine io_read_regotrack(user,surf)

open(FAGE,file=AGEFILE,status='old',form='unformatted',iostat=ioerr)
if (ioerr/=0) then
write(*,*) 'Error! Cannot read file ',trim(adjustl(MELTFILE))
write(*,*) 'Error! Cannot read file ',trim(adjustl(AGEFILE))
stop
end if

Expand Down

0 comments on commit 8ce5dfa

Please sign in to comment.