git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4402 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2010-07-20 14:46:51 +00:00
parent f8de1d98d1
commit a4930bf2ed
6 changed files with 30 additions and 18 deletions

View File

@ -968,7 +968,8 @@ void FixNH::remap()
if (domain->yz < -0.5*domain->yprd || domain->yz > 0.5*domain->yprd ||
domain->xz < -0.5*domain->xprd || domain->xz > 0.5*domain->xprd ||
domain->xy < -0.5*domain->xprd || domain->xy > 0.5*domain->xprd)
error->all("fix npt/nph has tilted box beyond 45 degrees");
error->all("Fix npt/nph has tilted box too far - "
"box flips are not yet implemented");
}
domain->set_global_box();