git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8963 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2012-10-15 14:18:13 +00:00
parent 3a8f0cc4e4
commit 64c87e863c
4 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ command in a consistent way.
</P>
<PRE>compute 1 all property/local batom1 batom2 btype
compute 2 all bond/local dist eng
dump 1 all local 1000 tmp.dump index c_1<B>1</B> c_1<B>2</B> c_1<B>3</B> c_2<B>1</B> c_2<B>2</B>
dump 1 all local 1000 tmp.dump index c_1[1] c_1[2] c_1[3] c_2[1] c_2[2]
</PRE>
<P><B>Output info:</B>
</P>

View File

@ -54,7 +54,7 @@ Here is an example of how to do this:
compute 1 all property/local batom1 batom2 btype
compute 2 all bond/local dist eng
dump 1 all local 1000 tmp.dump index c_1[1] c_1[2] c_1[3] c_2[1] c_2[2] :pre
dump 1 all local 1000 tmp.dump index c_1\[1\] c_1\[2\] c_1\[3\] c_2\[1\] c_2\[2\] :pre
[Output info:]

View File

@ -406,7 +406,7 @@ including the distance and energy of each bond:
</P>
<PRE>compute 1 all property/local batom1 batom2 btype
compute 2 all bond/local dist eng
dump 1 all local 1000 tmp.dump index c_1<B>1</B> c_1<B>2</B> c_1<B>3</B> c_2<B>1</B> c_2<B>2</B>
dump 1 all local 1000 tmp.dump index c_1[1] c_1[2] c_1[3] c_2[1] c_2[2]
</PRE>
<HR>

View File

@ -394,7 +394,7 @@ including the distance and energy of each bond:
compute 1 all property/local batom1 batom2 btype
compute 2 all bond/local dist eng
dump 1 all local 1000 tmp.dump index c_1[1] c_1[2] c_1[3] c_2[1] c_2[2] :pre
dump 1 all local 1000 tmp.dump index c_1\[1\] c_1\[2\] c_1\[3\] c_2\[1\] c_2\[2\] :pre
:line