git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12231 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -256,6 +256,10 @@ void AngleHybrid::coeff(int narg, char **arg)
|
||||
if (m == nstyles) {
|
||||
if (strcmp(arg[1],"none") == 0) none = 1;
|
||||
else if (strcmp(arg[1],"skip") == 0) none = skip = 1;
|
||||
else if (strcmp(arg[1],"ba") == 0)
|
||||
error->all(FLERR,"BondAngle coeff for hybrid angle has invalid format");
|
||||
else if (strcmp(arg[1],"bb") == 0)
|
||||
error->all(FLERR,"BondBond coeff for hybrid angle has invalid format");
|
||||
else error->all(FLERR,"Angle coeff for hybrid has invalid style");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user