Skip to content

Commit

Permalink
Merge branch 'merzlab:master' into esp_implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennepalos committed Apr 10, 2024
2 parents a7ed183 + 52127db commit d00b0ae
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 @@ -389,7 +389,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 d00b0ae

Please sign in to comment.