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

This commit is contained in:
sjplimp
2011-12-01 17:21:19 +00:00
parent 57a20c2706
commit 8c372f6c41
18 changed files with 271 additions and 169 deletions

View File

@ -53,6 +53,8 @@ void Angle::init()
if (!allocated) error->all(FLERR,"Angle coeffs are not set");
for (int i = 1; i <= atom->nangletypes; i++)
if (setflag[i] == 0) error->all(FLERR,"All angle coeffs are not set");
init_style();
}
/* ----------------------------------------------------------------------