git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9509 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -135,6 +135,10 @@ E: Cannot redefine variable as a different style
|
||||
An equal-style variable can be re-defined but only if it was
|
||||
originally an equal-style variable.
|
||||
|
||||
E: File variable could not read value
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Variable name must be alphanumeric or underscore characters
|
||||
|
||||
Self-explanatory.
|
||||
@ -219,6 +223,10 @@ E: Invalid variable name in variable formula
|
||||
|
||||
Variable name is not recognized.
|
||||
|
||||
E: Variable has circular dependency
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Invalid variable evaluation in variable formula
|
||||
|
||||
A variable used in a formula could not be evaluated.
|
||||
@ -246,6 +254,10 @@ E: Divide by 0 in variable formula
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Modulo 0 in variable formula
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Power by 0 in variable formula
|
||||
|
||||
Self-explanatory.
|
||||
@ -331,6 +343,14 @@ E: Grmask function in equal-style variable formula
|
||||
|
||||
Grmask is per-atom operation.
|
||||
|
||||
E: Variable ID in variable formula does not exist
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Invalid variable in special function next
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Indexed per-atom vector in variable formula without atom map
|
||||
|
||||
Accessing a value from an atom vector requires the ability to lookup
|
||||
@ -359,4 +379,8 @@ E: Invalid Boolean syntax in if command
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Cannot open file variable file %s
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user