Fix more typos in examples

This commit is contained in:
Richard Berger
2017-03-07 00:57:23 -05:00
parent 3a054d1a82
commit d6800405a5
33 changed files with 34 additions and 34 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# demo.py
# Purpose: illustrate use of many library interface commands

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# gui.py
# Purpose: control a continuously running LAMMPS simulation via a Tkinter GUI

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# mc.py
# Purpose: mimic operation of example/MC/in.mc via Python

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# plot.py
# Purpose: plot Temp of running LAMMPS simulation via GnuPlot in Pizza.py

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# simple.py
# Purpose: mimic operation of examples/COUPLE/simple/simple.cpp via Python

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# split.py
# Purpose: similar to simple.py, but first the world communicator

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# trivial.py
# Purpose: run a LAMMPS input script via Python

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# viz_atomeye.py
# Purpose: viz running LAMMPS simulation via AtomEye

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# viz_gl.py
# Purpose: viz running LAMMPS simulation via GL tool in Pizza.py

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# viz_pymol.py
# Purpose: viz running LAMMPS simulation via PyMol

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# viz_vmd.py
# Purpose: viz running LAMMPS simulation via VMD

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# vizplotgui_atomeye.py
# Purpose: viz running LAMMPS simulation via AtomEye with plot and GUI

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# vizplotgui_gl.py
# Purpose: viz running LAMMPS simulation via GL tool with plot and GUI

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# vizplotgui_pymol.py
# Purpose: viz running LAMMPS simulation via PyMol with plot and GUI

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# preceding line should have path for Python on your machine
# vizplotgui_vmd.py
# Purpose: viz running LAMMPS simulation via VMD with plot and GUI