alternate fix for tag caching issue in INTEL package
This commit is contained in:
@ -447,7 +447,7 @@ void FixIntel::pair_init_check(const bool cdmessage)
|
||||
#endif
|
||||
|
||||
int need_tag = 0;
|
||||
if (atom->molecular != Atom::ATOMIC) need_tag = 1;
|
||||
if (atom->molecular != Atom::ATOMIC || three_body_neighbor()) need_tag = 1;
|
||||
|
||||
// Clear buffers used for pair style
|
||||
char kmode[80];
|
||||
|
||||
Reference in New Issue
Block a user