Skip to content
Snippets Groups Projects
Commit c6b7310c authored by Douglas Guptill's avatar Douglas Guptill
Browse files

typo

parent b28df318
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ call mpi_comm_rank (mpi_comm_world,iproc,ierr) ...@@ -51,7 +51,7 @@ call mpi_comm_rank (mpi_comm_world,iproc,ierr)
ires=0 ires=0
open (7,file=fnme(1:len_trim(fnme)),status='old',iostat=ios) open (7,file=fnme(1:len_trim(fnme)),status='old',iostat=ios)
if (ios/=0) write(*,*) 'pb opening <',fname,'> in iscanfile' if (ios/=0) write(*,*) 'pb opening <',fnme(1:len_trim(fnme)),'> in iscanfile'
111 continue 111 continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment