Skip to content

Commit

Permalink
Merge pull request #357 from agoetz/fix-reading-heavy-elements
Browse files Browse the repository at this point in the history
AWG - fix reading heavy elements
  • Loading branch information
agoetz committed Apr 8, 2024
2 parents 3188d58 + fb91574 commit 52127db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/quick_molspec_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ subroutine read_quick_molspec(self,input,isTemplate, hasKeywd, apiKeywd,ierr)
call rdword(keywd,i,j)
if (is_blank(keywd,1,80)) exit

do k=0,71
do k=0,92
if (keywd(i:j) == symbol(k)) then
natom=natom+1
! check if atom type has been shown before
Expand Down

0 comments on commit 52127db

Please sign in to comment.