git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11371 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -147,7 +147,7 @@ E: File variable could not read value
|
||||
|
||||
Check the file assigned to the variable.
|
||||
|
||||
E: Afile variable could not read values
|
||||
E: Atomfile variable could not read values
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
@ -168,6 +168,10 @@ E: Invalid variable style with next command
|
||||
Variable styles {equal} and {world} cannot be used in a next
|
||||
command.
|
||||
|
||||
E: Next command must list all universe and uloop variables
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Invalid syntax in variable formula
|
||||
|
||||
Self-explanatory.
|
||||
@ -250,6 +254,10 @@ E: Atom-style variable in equal-style variable formula
|
||||
Atom-style variables generate one value per atom which is not allowed
|
||||
in an equal-style variable.
|
||||
|
||||
E: Atomfile-style variable in equal-style variable formula
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Mismatched variable in variable formula
|
||||
|
||||
A variable is referenced incorrectly or an atom-style variable that
|
||||
@ -361,9 +369,13 @@ E: Variable ID in variable formula does not exist
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Invalid variable in special function next
|
||||
E: Atomfile variable in equal-style variable formula
|
||||
|
||||
Only file-style variables can be used with the next() function.
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Invalid variable style in special function next
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Indexed per-atom vector in variable formula without atom map
|
||||
|
||||
@ -372,6 +384,10 @@ an atom index, which is provided by an atom map. An atom map does not
|
||||
exist (by default) for non-molecular problems. Using the atom_modify
|
||||
map command will force an atom map to be created.
|
||||
|
||||
E: Variable uses atom property that isn't allocated
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Invalid atom vector in variable formula
|
||||
|
||||
The atom vector is not recognized.
|
||||
@ -398,4 +414,20 @@ E: Cannot open file variable file %s
|
||||
The specified file cannot be opened. Check that the path and name are
|
||||
correct.
|
||||
|
||||
E: Cannot use atomfile-style variable unless atom map exists
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Invalid atom ID in variable file
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
U: Afile variable could not read values
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
U: Invalid variable in special function next
|
||||
|
||||
Only file-style variables can be used with the next() function.
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user