Skip to content

Commit

Permalink
Fix variable type
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhe committed Sep 25, 2024
1 parent aa34b49 commit b6440fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sktwocnt/lib/twocnt.F90
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ subroutine cropData(inp, tConverged, nDistPer1Bohr, maxdist, skham, skover)
integer :: iSmallBatchStart, iSmallBatchEnd

!! maximum absolute of H and S matrix elements in current 1 Bohr batch
integer :: maxabs
real(dp) :: maxabs

!! end index when cropping H and S
integer :: iEnd
Expand Down

0 comments on commit b6440fa

Please sign in to comment.