From ce8a12bbdc0c487be1ba7ff994a617715bf34ba7 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 29 Apr 2014 22:26:56 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11840 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/fix_vector.html | 2 +- doc/fix_vector.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fix_vector.html b/doc/fix_vector.html index 9acb53eab8..af0bd770cc 100644 --- a/doc/fix_vector.html +++ b/doc/fix_vector.html @@ -53,7 +53,7 @@ For example the velocity auto-correlation function (VACF) can be time-integrated, to yield a diffusion coefficient, as follows:

compute         2 all vacf
-fix             5 all vector 1 c_24
+fix             5 all vector 1 c_2[4]
 variable        diff equal dt*trap(f_5)
 thermo_style    custom step v_diff 
 
diff --git a/doc/fix_vector.txt b/doc/fix_vector.txt index 5dd73c4fba..f26d0b4359 100644 --- a/doc/fix_vector.txt +++ b/doc/fix_vector.txt @@ -44,7 +44,7 @@ For example the velocity auto-correlation function (VACF) can be time-integrated, to yield a diffusion coefficient, as follows: compute 2 all vacf -fix 5 all vector 1 c_2[4] +fix 5 all vector 1 c_2\[4\] variable diff equal dt*trap(f_5) thermo_style custom step v_diff :pre