From 56edfb4bdc87b6634375c3289a148bad08602294 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 10 Jun 2013 14:59:55 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10062 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- tools/python/dump2cfg.py | 2 +- tools/python/dump2pdb.py | 2 +- tools/python/dump2xyz.py | 2 +- tools/python/dumpsort.py | 2 +- tools/python/log2txt.py | 2 +- tools/python/logplot.py | 2 +- tools/python/neb_combine.py | 2 +- tools/python/neb_final.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/python/dump2cfg.py b/tools/python/dump2cfg.py index 741b05e699..901fde5efb 100755 --- a/tools/python/dump2cfg.py +++ b/tools/python/dump2cfg.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python # Script: dump2cfg.py # Purpose: convert a LAMMPS dump file to CFG format diff --git a/tools/python/dump2pdb.py b/tools/python/dump2pdb.py index ec7c2d6bf4..d9a008df30 100755 --- a/tools/python/dump2pdb.py +++ b/tools/python/dump2pdb.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python # Script: dump2pdb.py # Purpose: convert a LAMMPS dump file to PDB format diff --git a/tools/python/dump2xyz.py b/tools/python/dump2xyz.py index 8d3a004cc5..0f3739a5e7 100755 --- a/tools/python/dump2xyz.py +++ b/tools/python/dump2xyz.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python # Script: dump2xyz.py # Purpose: convert a LAMMPS dump file to XYZ format diff --git a/tools/python/dumpsort.py b/tools/python/dumpsort.py index bb4ef95236..e4b04009ad 100755 --- a/tools/python/dumpsort.py +++ b/tools/python/dumpsort.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python # Script: dumpsort.py # Purpose: sort the snapshots in a LAMMPS dump file by atom ID diff --git a/tools/python/log2txt.py b/tools/python/log2txt.py index 213b236da9..6e4f2ce0c1 100755 --- a/tools/python/log2txt.py +++ b/tools/python/log2txt.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python # Script: log2txt.py # Purpose: extract thermo info from LAMMPS log file diff --git a/tools/python/logplot.py b/tools/python/logplot.py index 5a53d32d58..581cfc9160 100755 --- a/tools/python/logplot.py +++ b/tools/python/logplot.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python -i +#!/usr/bin/env python -i # Script: logplot.py # Purpose: use GnuPlot to plot two columns from a LAMMPS log file diff --git a/tools/python/neb_combine.py b/tools/python/neb_combine.py index c8d5ea710f..bc1c568397 100755 --- a/tools/python/neb_combine.py +++ b/tools/python/neb_combine.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python # make new dump file by combining snapshots from multiple NEB replica dumps # Syntax: neb_combine.py -switch arg(s) -switch arg(s) ... diff --git a/tools/python/neb_final.py b/tools/python/neb_final.py index 2704b72be0..4b7ddc40eb 100755 --- a/tools/python/neb_final.py +++ b/tools/python/neb_final.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python # make new dump file from final snapshots from multiple NEB replica dumps # Syntax: neb_final.py -switch arg(s) -switch arg(s) ...