mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10064 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
d91cbdf923
commit
44917aeac7
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# demo.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# gui.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# plot.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# simple.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# trivial.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# viz_atomeye.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# viz_gl.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# viz_pymol.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# viz_vmd.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# vizplotgui_atomeye.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# vizplotgui_gl.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# vizplotgui_pymol.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# vizplotgui_vmd.py
|
||||
|
|
Loading…
Reference in New Issue