git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7005 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -147,13 +147,17 @@ causing the problem.
|
|||||||
<P>These are two alphabetic lists of the <A HREF = "#error">ERROR</A> and
|
<P>These are two alphabetic lists of the <A HREF = "#error">ERROR</A> and
|
||||||
<A HREF = "#warn">WARNING</A> messages LAMMPS prints out and the reason why. If the
|
<A HREF = "#warn">WARNING</A> messages LAMMPS prints out and the reason why. If the
|
||||||
explanation here is not sufficient, the documentation for the
|
explanation here is not sufficient, the documentation for the
|
||||||
offending command may help. Grepping the source files for the text of
|
offending command may help.
|
||||||
the error message and staring at the source code and comments is also
|
Error and warning messages also list the source file and line number
|
||||||
not a bad idea! Note that sometimes the same message can be printed
|
where the error was generated. For example, this message
|
||||||
from multiple places in the code.
|
|
||||||
</P>
|
</P>
|
||||||
<P>Also note that error messages from <A HREF = "Section_start.html#start_3">user-contributed
|
<P>ERROR: Illegal velocity command (velocity.cpp:78)
|
||||||
packages</A> are not listed here. Is such an
|
</P>
|
||||||
|
<P>means that line #78 in the file src/velocity.cpp generated the error.
|
||||||
|
Looking in the source code may help you figure out what went wrong.
|
||||||
|
</P>
|
||||||
|
<P>Note that error messages from <A HREF = "Section_start.html#start_3">user-contributed
|
||||||
|
packages</A> are not listed here. If such an
|
||||||
error occurs and is not self-explanatory, you'll need to look in the
|
error occurs and is not self-explanatory, you'll need to look in the
|
||||||
source code or contact the author of the package.
|
source code or contact the author of the package.
|
||||||
</P>
|
</P>
|
||||||
|
|||||||
@ -144,13 +144,17 @@ As a last resort, you can send an email directly to the
|
|||||||
These are two alphabetic lists of the "ERROR"_#error and
|
These are two alphabetic lists of the "ERROR"_#error and
|
||||||
"WARNING"_#warn messages LAMMPS prints out and the reason why. If the
|
"WARNING"_#warn messages LAMMPS prints out and the reason why. If the
|
||||||
explanation here is not sufficient, the documentation for the
|
explanation here is not sufficient, the documentation for the
|
||||||
offending command may help. Grepping the source files for the text of
|
offending command may help.
|
||||||
the error message and staring at the source code and comments is also
|
Error and warning messages also list the source file and line number
|
||||||
not a bad idea! Note that sometimes the same message can be printed
|
where the error was generated. For example, this message
|
||||||
from multiple places in the code.
|
|
||||||
|
|
||||||
Also note that error messages from "user-contributed
|
ERROR: Illegal velocity command (velocity.cpp:78)
|
||||||
packages"_Section_start.html#start_3 are not listed here. Is such an
|
|
||||||
|
means that line #78 in the file src/velocity.cpp generated the error.
|
||||||
|
Looking in the source code may help you figure out what went wrong.
|
||||||
|
|
||||||
|
Note that error messages from "user-contributed
|
||||||
|
packages"_Section_start.html#start_3 are not listed here. If such an
|
||||||
error occurs and is not self-explanatory, you'll need to look in the
|
error occurs and is not self-explanatory, you'll need to look in the
|
||||||
source code or contact the author of the package.
|
source code or contact the author of the package.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user