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

This commit is contained in:
sjplimp
2012-02-13 15:33:29 +00:00
parent e883c3c2fa
commit 1217612ab6
143 changed files with 616 additions and 600 deletions

View File

@ -56,54 +56,55 @@ command-line option when running LAMMPS to see the offending line.
E: Compute ID for compute slice does not exist
UNDOCUMENTED
Self-explanatory.
E: Compute slice compute does not calculate a global array
UNDOCUMENTED
Self-explanatory.
E: Compute slice compute vector is accessed out-of-range
UNDOCUMENTED
The index for the vector is out of bounds.
E: Compute slice compute does not calculate a global vector
UNDOCUMENTED
Self-explanatory.
E: Compute slice compute array is accessed out-of-range
UNDOCUMENTED
An index for the array is out of bounds.
E: Compute slice compute does not calculate global vector or array
UNDOCUMENTED
Self-explanatory.
E: Fix ID for compute slice does not exist
UNDOCUMENTED
Self-explanatory.
E: Compute slice fix does not calculate a global array
UNDOCUMENTED
Self-explanatory.
E: Compute slice fix vector is accessed out-of-range
UNDOCUMENTED
The index for the vector is out of bounds.
E: Compute slice fix does not calculate a global vector
UNDOCUMENTED
Self-explanatory.
E: Compute slice fix array is accessed out-of-range
UNDOCUMENTED
An index for the array is out of bounds.
E: Compute slice fix does not calculate global vector or array
UNDOCUMENTED
Self-explanatory.
E: Fix used in compute slice not computed at compatible time
UNDOCUMENTED
Fixes generate their values on specific timesteps. Compute slice is
requesting a value on a non-allowed timestep.
*/