forked from lijiext/lammps
document new error message
This commit is contained in:
parent
5f68f3006f
commit
8f3c94f33b
|
@ -5815,6 +5815,9 @@ Doc page with :doc:`WARNING messages <Errors_warnings>`
|
|||
Cannot use the temper command with only one processor partition. Use
|
||||
the -partition command-line option.
|
||||
|
||||
*Must not have multiple fixes change box parameter ...*
|
||||
Self-explanatory.
|
||||
|
||||
*Must read Atoms before Angles*
|
||||
The Atoms section of a data file must come before an Angles section.
|
||||
|
||||
|
|
|
@ -282,6 +282,10 @@ E: Both sides of boundary must be periodic
|
|||
Cannot specify a boundary as periodic only on the lo or hi side. Must
|
||||
be periodic on both sides.
|
||||
|
||||
E: Must not have multiple fixes change box parameter ...
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
U: Box bounds are invalid
|
||||
|
||||
The box boundaries specified in the read_data file are invalid. The
|
||||
|
|
Loading…
Reference in New Issue