Skip to content

Commit

Permalink
Update src/dftbp/dftbplus/parser.F90
Browse files Browse the repository at this point in the history
Co-authored-by: Tammo van der Heide <[email protected]>
  • Loading branch information
bhourahine and vanderhe authored Feb 15, 2024
1 parent 4cb740a commit c986ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dftbp/dftbplus/parser.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ subroutine readDFTBHam(node, ctrl, geo, slako, poisson, errStatus)
if (len(lStr) /= len(angShells(iSp1)) * len(angShells(iSp2))) then
write(errorStr, "(A,I0,A,I0)")"Incorrect number of Slater-Koster files for " //&
& trim(strTmp) // ", expected ", len(angShells(iSp1)) * len(angShells(iSp2)),&
& " but recieved ", len(lStr)
& " but received ", len(lStr)
call detailedError(child2, errorStr)
end if
do ii = 1, len(lStr)
Expand Down

0 comments on commit c986ed1

Please sign in to comment.