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

This commit is contained in:
sjplimp
2008-04-17 00:06:14 +00:00
parent d6b5b2c5ea
commit 2573af1531
2 changed files with 4 additions and 6 deletions

View File

@ -37,10 +37,9 @@ int MinSD::iterate(int n)
{
int i,fail,ntimestep;
double dot,dotall;
double *f;
f = atom->f[0];
for (int i = 0; i < ndof; i++) h[i] = f[i];
double *f = atom->f[0];
for (i = 0; i < ndof; i++) h[i] = f[i];
neval = 0;