Merge branch 'master' into lammps-icms

# Resolved Conflicts:
#	doc/Manual.html
#	doc/Manual.txt
#	doc/pair_hybrid.txt
#	doc/pair_reax.html
#	doc/pair_reax.txt
#	doc/pair_reax_c.txt
#	src/MANYBODY/pair_polymorphic.cpp
This commit is contained in:
Axel Kohlmeyer
2015-12-11 07:33:14 -05:00
693 changed files with 6627 additions and 6544 deletions

View File

@ -1502,8 +1502,6 @@ void Domain::add_region(int narg, char **arg)
// create the Region
if (strcmp(arg[1],"none") == 0) error->all(FLERR,"Unknown region style");
if (lmp->suffix_enable) {
if (lmp->suffix) {
char estyle[256];
@ -1544,6 +1542,8 @@ void Domain::add_region(int narg, char **arg)
}
}
if (strcmp(arg[1],"none") == 0) error->all(FLERR,"Unknown region style");
#define REGION_CLASS
#define RegionStyle(key,Class) \
else if (strcmp(arg[1],#key) == 0) \