git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11263 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -520,12 +520,11 @@ void FixQEqReax::compute_H()
|
||||
{
|
||||
int inum, jnum, *ilist, *jlist, *numneigh, **firstneigh;
|
||||
int i, j, ii, jj, temp, newnbr, flag;
|
||||
int *type, *tag;
|
||||
double **x, SMALL = 0.0001;
|
||||
double dx, dy, dz, r_sqr;
|
||||
|
||||
type = atom->type;
|
||||
tag = atom->tag;
|
||||
int *type = atom->type;
|
||||
tagint *tag = atom->tag;
|
||||
x = atom->x;
|
||||
|
||||
inum = list->inum;
|
||||
@ -534,6 +533,7 @@ void FixQEqReax::compute_H()
|
||||
firstneigh = list->firstneigh;
|
||||
|
||||
// fill in the H matrix
|
||||
|
||||
m_fill = 0;
|
||||
r_sqr = 0;
|
||||
for( ii = 0; ii < inum; ii++ ) {
|
||||
|
||||
Reference in New Issue
Block a user