Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Pracht <pp555@cam.ac.uk>
  • Loading branch information
pprcht committed Feb 1, 2024
1 parent d4192a6 commit 411f717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy_algos/tautomerize.f90
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ subroutine protens(ens,env,prot,tim)

!--- change back to original dir and copy the file with optimized protomers
call chdir(thispath)
jobcall = trim(tmppath)//'/'//'protonared.xyz'
jobcall = trim(tmppath)//'/'//'protonated.xyz'
call rename(trim(jobcall),'protonated.xyz')
call rmrf(dirn)
return
Expand Down

0 comments on commit 411f717

Please sign in to comment.