From bcb637765aff52a7d25fa2bab7947cc83c62de70 Mon Sep 17 00:00:00 2001 From: pscrozi Date: Mon, 5 Nov 2007 23:34:17 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1145 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/Section_errors.html | 7 +++++++ doc/Section_errors.txt | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/doc/Section_errors.html b/doc/Section_errors.html index e39f3de9d9..cb1ee97231 100644 --- a/doc/Section_errors.html +++ b/doc/Section_errors.html @@ -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. +
Cannot use fix tmd unless atom map exists + +
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. +
Cannot use both region, partial options in fix temp/rescale
Self-explanatory. diff --git a/doc/Section_errors.txt b/doc/Section_errors.txt index 8e480043b4..5daf9da640 100644 --- a/doc/Section_errors.txt +++ b/doc/Section_errors.txt @@ -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