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

This commit is contained in:
sjplimp
2012-06-29 21:10:03 +00:00
parent 4fb3d54558
commit 06d12cd6ec
29 changed files with 290 additions and 42 deletions

View File

@ -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.