Skip to content

Commit

Permalink
Remove legacy comma
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtran committed Nov 27, 2024
1 parent 58b70db commit 33ba143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gfnff/gfnff_eg.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ subroutine egbond_hb(i,iat,jat,iTr,rab,rij,drij,drijdcn,hb_cn,hb_dcn,n,at,xyz,e,
hbH=jat
hbA=iat
else
write(*,'(10x,"No H-atom found in this bond ",i0,1x,i0)'), iat,jat
write(*,'(10x,"No H-atom found in this bond ",i0,1x,i0)') iat,jat
return
end if

Expand Down

0 comments on commit 33ba143

Please sign in to comment.