git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12404 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user