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

« back to all changes in this revision

Viewing changes to doc/fix_oneway.txt

  • 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:
10
10
 
11
11
[Syntax:]
12
12
 
13
 
fix ID group-ID N oneway region-ID direction :pre
 
13
fix ID group-ID oneway N region-ID direction :pre
14
14
 
15
15
ID, group-ID are documented in "fix"_fix.html command :ulb,l
16
16
oneway = style name of this fix command :l
21
21
 
22
22
[Examples:]
23
23
 
24
 
fix ions 10 oneway semi -x
25
 
fix all 1 oneway left -z
26
 
fix all 1 oneway right z :pre
 
24
fix ions oneway 10 semi -x
 
25
fix all oneway 1 left -z
 
26
fix all oneway 1 right z :pre
27
27
 
28
28
[Description:]
29
29