Merge pull request #3764 from youknowone/nbody

increase nbody benches argument
This commit is contained in:
Jeong YunWon
2022-06-04 18:53:18 +09:00
committed by GitHub

View File

@@ -101,4 +101,4 @@ def main(n, ref='sun'):
report_energy()
main(int(500))
main(int(5000))