remove trailing whitespace
This commit is contained in:
@ -268,7 +268,7 @@ int ComputeAngleLocal::compute_angles(int flag)
|
|||||||
|
|
||||||
rsq1 = delx1*delx1 + dely1*dely1 + delz1*delz1;
|
rsq1 = delx1*delx1 + dely1*dely1 + delz1*delz1;
|
||||||
r1 = sqrt(rsq1);
|
r1 = sqrt(rsq1);
|
||||||
|
|
||||||
delx2 = x[atom3][0] - x[atom2][0];
|
delx2 = x[atom3][0] - x[atom2][0];
|
||||||
dely2 = x[atom3][1] - x[atom2][1];
|
dely2 = x[atom3][1] - x[atom2][1];
|
||||||
delz2 = x[atom3][2] - x[atom2][2];
|
delz2 = x[atom3][2] - x[atom2][2];
|
||||||
|
|||||||
@ -994,7 +994,7 @@ void Special::angle_trim()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
memory->destroy(outbuf);
|
memory->destroy(outbuf);
|
||||||
|
|
||||||
// use flag values to compress onefour list for each atom
|
// use flag values to compress onefour list for each atom
|
||||||
@ -1255,7 +1255,7 @@ int Special::rendezvous_ids(int n, char *inbuf,
|
|||||||
flag = 0;
|
flag = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
process data for atoms assigned to me in rendezvous decomposition
|
process data for atoms assigned to me in rendezvous decomposition
|
||||||
|
|||||||
Reference in New Issue
Block a user