Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sinks can now merge #172

Merged
merged 11 commits into from
Sep 23, 2021
Prev Previous commit
Next Next commit
(test_ptmass) removed commented out text
jameswurster committed Sep 9, 2021
commit f676f68727d09dd3ee549567eef62b9d261c6740
4 changes: 0 additions & 4 deletions src/tests/test_ptmass.F90
Original file line number Diff line number Diff line change
@@ -681,10 +681,6 @@ subroutine test_ptmass(ntests,npass)
do i = 1,nptmass
xyzmh_ptmass(1:3,i) = ( (/ran2(iseed),ran2(iseed),ran2(iseed)/) - 0.5) * 2. ! in range (-1,1)
vxyz_ptmass(1:3,i) = ( (/ran2(iseed),ran2(iseed),ran2(iseed)/) - 0.5) * 6. ! in range (-3,3)
! do j = 1,3
! xyzmh_ptmass(j,i) = (ran2(iseed) - 0.5) * 2. ! in range (-3,3)
! vxyz_ptmass(j,i) = (ran2(iseed) - 0.5) * 6. ! in range (-3,3)
! enddo
enddo
merged_expected = .true. ! this logical does not have meaning here
end select