Skip to content

Commit 962d04b

Browse files
Update galaxy.py
1 parent 0fb9082 commit 962d04b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/GalaxyDemo/galaxy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
sys.path.insert(0, root)
66

7-
from tools.icbuilder import particleAdd, save, plummer
7+
from tools.icbuilder import particleAdd, save, disk
88

9-
plummer(1000, 1)
9+
disk(20000, radius=0.5, mass=1.0, thickness=0.2)
1010
save("galaxy.txt")

0 commit comments

Comments
 (0)