forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@905 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
ff65ed829b
commit
36268e9814
|
@ -6,7 +6,7 @@ void CheckLists() {
|
|||
for (i=0; i < total_no_bonds; i++) {
|
||||
if ((atoms[bonds[i].members[0]].type != bondtypes[bonds[i].type].types[0])
|
||||
|| (atoms[bonds[i].members[1]].type != bondtypes[bonds[i].type].types[1])) {
|
||||
fprintf(stderr,"Warning atom types in bond %d are inconsistent with bond type %d\n",i,bonds[i].type);
|
||||
fprintf(stderr,"Warning atom types in bond %d are inconsistent with bond type %d\n",i,bonds[i].type);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue