We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7613bd2 commit 6f7801bCopy full SHA for 6f7801b
1 file changed
examples/GalaxyDemo/galaxy.py
@@ -0,0 +1,10 @@
1
+import os, sys
2
+root = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
3
+if root not in sys.path:
4
+
5
+ sys.path.insert(0, root)
6
7
+from tools.icbuilder import particleAdd, save, plummer
8
9
+plummer(1000)
10
+save("galaxy.txt")
0 commit comments