Merge remote-tracking branch 'lammps-ro/master' into lammps-icms
Resolved Conflicts: doc/Manual.txt src/REPLICA/neb.h src/USER-REAXC/fix_qeq_reax.cpp src/read_data.h
This commit is contained in:
@ -847,9 +847,9 @@ void ReadData::atoms()
|
||||
|
||||
atom->tag_check();
|
||||
|
||||
// if molecular system or user-requested, create global mapping of atoms
|
||||
// create global mapping of atoms
|
||||
|
||||
if (atom->molecular || atom->map_user) {
|
||||
if (atom->map_style) {
|
||||
atom->map_init();
|
||||
atom->map_set();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user