forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1145 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
95549198cb
commit
bcb637765a
|
@ -752,6 +752,13 @@ is provided by an atom map. An atom map does not exist (by default)
|
|||
for non-molecular problems. Using the atom_modify map command will
|
||||
force an atom map to be created.
|
||||
|
||||
<DT><I>Cannot use fix tmd unless atom map exists</I>
|
||||
|
||||
<DD>TMD requires the ability to lookup an atom index, which
|
||||
is provided by an atom map. An atom map does not exist (by default)
|
||||
for non-molecular problems. Using the atom_modify map command will
|
||||
force an atom map to be created.
|
||||
|
||||
<DT><I>Cannot use both region, partial options in fix temp/rescale</I>
|
||||
|
||||
<DD>Self-explanatory.
|
||||
|
|
|
@ -749,6 +749,13 @@ is provided by an atom map. An atom map does not exist (by default)
|
|||
for non-molecular problems. Using the atom_modify map command will
|
||||
force an atom map to be created. :dd
|
||||
|
||||
{Cannot use fix tmd unless atom map exists} :dt
|
||||
|
||||
TMD requires the ability to lookup an atom index, which
|
||||
is provided by an atom map. An atom map does not exist (by default)
|
||||
for non-molecular problems. Using the atom_modify map command will
|
||||
force an atom map to be created. :dd
|
||||
|
||||
{Cannot use both region, partial options in fix temp/rescale} :dt
|
||||
|
||||
Self-explanatory. :dd
|
||||
|
|
Loading…
Reference in New Issue