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

This commit is contained in:
sjplimp
2008-07-08 19:45:01 +00:00
parent 97b51b94b3
commit 512e816759
12 changed files with 19 additions and 26 deletions

View File

@ -366,7 +366,7 @@ void FixPressBerendsen::couple()
void FixPressBerendsen::remap()
{
int i,n;
int i;
double oldlo,oldhi,ctr;
double **x = atom->x;