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

This commit is contained in:
sjplimp
2013-06-29 21:20:42 +00:00
parent 5761414444
commit d694b0dee0
26 changed files with 150 additions and 78 deletions

View File

@ -135,10 +135,9 @@ E: Unknown command: %s
The command is not known to LAMMPS. Check the input script.
E: Another input script is already being processed
E: Invalid use of library file() function
Cannot attempt to open a 2nd input script, when the original file is
still being processed.
UNDOCUMENTED
E: Cannot open input script %s
@ -172,6 +171,10 @@ 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: Cannot use include command within an if command
UNDOCUMENTED
E: Cannot open logfile %s
The LAMMPS log file specified in the input script cannot be opened.
@ -330,4 +333,9 @@ E: Units command after simulation box is defined
The units command cannot be used after a read_data, read_restart, or
create_box command.
U: Another input script is already being processed
Cannot attempt to open a 2nd input script, when the original file is
still being processed.
*/