git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4402 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user