USER-DPD: Correct an error message typo.

This commit is contained in:
Tim Mattox
2017-01-27 12:31:13 -05:00
parent e42678ed51
commit e9d46f4e7a

View File

@ -189,7 +189,7 @@ void NPairHalfBinNewtonSSA::build(NeighList *list)
}
// verify count of atoms in ibin
if (binct_ssa[ibin] != (inum - binlist_ssa[ibin]))
error->one(FLERR,"binct_ssa didn't agree with lenght in ilist");
error->one(FLERR,"binct_ssa didn't agree with length in ilist");
}
}
}