Update doc and examples due to the change of parameters

This commit is contained in:
Mingjian Wen
2019-05-04 22:24:05 -05:00
parent 4c19eab64c
commit 24e41bc085
5 changed files with 61 additions and 54 deletions

View File

@ -700,7 +700,8 @@ void PairDRIP::find_nearest3neigh()
// store neighbors to be used later to compute normal
if (nb3_rsq >= 1.0e10) {
if (i<inum) {
error->one(FLERR, "No enough neighbors to construct normal.");
error->one(FLERR, "No enough neighbors to construct normal. Check the "
"configuration to see whether atoms fly away.");
} else {
// This only happens for ghost atoms that are near the boundary of the
// domain (i.e. r > r_cut + n_cut). These ghost atoms will not be