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

This commit is contained in:
sjplimp 2007-09-27 20:51:20 +00:00
parent ff65ed829b
commit 36268e9814
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}