git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1144 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -747,8 +747,10 @@ setting in order to use a middle setting.
|
|||||||
|
|
||||||
<DT><I>Cannot use atom vector in variable unless atom map exists</I>
|
<DT><I>Cannot use atom vector in variable unless atom map exists</I>
|
||||||
|
|
||||||
<DD>Atom maps are on by default, but can be turned off be the atom_modify
|
<DD>Atom vectors require the ability to lookup an atom index, which
|
||||||
command.
|
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>
|
<DT><I>Cannot use both region, partial options in fix temp/rescale</I>
|
||||||
|
|
||||||
|
|||||||
@ -744,8 +744,10 @@ The kspace style pppm cannot be used in 2d simulations. You can use
|
|||||||
|
|
||||||
{Cannot use atom vector in variable unless atom map exists} :dt
|
{Cannot use atom vector in variable unless atom map exists} :dt
|
||||||
|
|
||||||
Atom maps are on by default, but can be turned off be the atom_modify
|
Atom vectors require the ability to lookup an atom index, which
|
||||||
command. :dd
|
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
|
{Cannot use both region, partial options in fix temp/rescale} :dt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user