mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12404 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
451d5c04ef
commit
68d424d3fc
|
@ -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;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue