Skip to content

Commit

Permalink
Fix typo (crest-lab#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
pprcht authored Feb 1, 2024
2 parents d4192a6 + 411f717 commit 4f4cd00
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 4f4cd00

Please sign in to comment.