~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to tools/moltemplate/src/postprocess_input_script.py

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
   assign these integers in a way which may violate these restrictions
8
8
   and the user has little control over this.
9
9
 
10
 
   Right now, the only thing this script does is swap the I and J integers in
11
 
   "pair_coeff I J ..." commands.  Later changes may be added.
 
10
   This script:
 
11
   swaps the I and J integers in    "pair_coeff I J ..." commands when I > J
 
12
   
 
13
   Other features may be added later   
12
14
 
13
15
"""
14
16