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

This commit is contained in:
sjplimp
2011-12-16 01:37:13 +00:00
parent 432bb8a323
commit 891740f4a2
368 changed files with 11394 additions and 694 deletions

View File

@ -53,3 +53,18 @@ class ComputeTempRamp : public Compute {
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
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: Use of compute temp/ramp with undefined lattice
Must use lattice command with compute temp/ramp command if units
option is set to lattice.
*/