git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13278 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
16
src/modify.h
16
src/modify.h
@ -158,11 +158,11 @@ class Modify : protected Pointers {
|
||||
|
||||
E: Fix %s does not allow use of dynamic group
|
||||
|
||||
UNDOCUMENTED
|
||||
Dynamic groups have not yet been enabled for this fix.
|
||||
|
||||
E: Compute %s does not allow use of dynamic group
|
||||
|
||||
UNDOCUMENTED
|
||||
Dynamic groups have not yet been enabled for this compute.
|
||||
|
||||
W: One or more atoms are time integrated more than once
|
||||
|
||||
@ -200,7 +200,7 @@ group.
|
||||
|
||||
E: Unknown fix style
|
||||
|
||||
UNDOCUMENTED
|
||||
The choice of fix style is unknown.
|
||||
|
||||
E: Could not find fix_modify ID
|
||||
|
||||
@ -216,7 +216,7 @@ A compute ID cannot be used twice.
|
||||
|
||||
E: Unknown compute style
|
||||
|
||||
UNDOCUMENTED
|
||||
The choice of compute style is unknown.
|
||||
|
||||
E: Could not find compute_modify ID
|
||||
|
||||
@ -226,12 +226,4 @@ E: Could not find compute ID to delete
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
U: Invalid fix style
|
||||
|
||||
The choice of fix style is unknown.
|
||||
|
||||
U: Invalid compute style
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user