git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8438 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -61,6 +61,14 @@ Self-explanatory. Check the input script syntax and compare to the
|
||||
documentation for the command. You can use -echo screen as a
|
||||
command-line option when running LAMMPS to see the offending line.
|
||||
|
||||
E: Variable name for fix temp/rescale does not exist
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Variable for fix temp/rescale is invalid style
|
||||
|
||||
Only equal-style variables can be used.
|
||||
|
||||
E: Temperature ID for fix temp/rescale does not exist
|
||||
|
||||
Self-explanatory.
|
||||
@ -70,6 +78,10 @@ E: Computed temperature for fix temp/rescale cannot be 0.0
|
||||
Cannot rescale the temperature to a new value if the current
|
||||
temperature is 0.0.
|
||||
|
||||
E: Fix temp/rescale variable returned negative temperature
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Could not find fix_modify temperature ID
|
||||
|
||||
The compute ID for computing temperature does not exist.
|
||||
|
||||
Reference in New Issue
Block a user