Skip to content

Commit

Permalink
removed printing of lengths which remained from previous version debu…
Browse files Browse the repository at this point in the history
…gging
  • Loading branch information
lmiq committed Jun 7, 2018
1 parent b5297ae commit 71f80a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/setsigma.f90
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ subroutine setsigma(link,mimicchain)
end if

! Mimic atomic radii at begining of linker
write(*,*) length1, length2

do i = 1, length1
sigma(i) = 2.d0
end do

! Mimic atomic radii at end of linker

do i = nlinkatoms, nlinkatoms - length2 + 1, -1
sigma(i) = 2.d0
end do
Expand Down

0 comments on commit 71f80a0

Please sign in to comment.