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

This commit is contained in:
sjplimp 2014-09-05 14:24:03 +00:00
parent 451d5c04ef
commit 68d424d3fc
1 changed files with 5 additions and 4 deletions

View File

@ -1793,10 +1793,11 @@ pecified
}
}
int mySize = 3;
if (num_bond)
mySize += 1 + lammpsInterface_->bond_per_atom();
return mySize;
return m;
//int mySize = 3;
//if (num_bond)
// mySize += 1 + lammpsInterface_->bond_per_atom();
//return mySize;
}
//-----------------------------------------------------------------