sync GHub with SVN
This commit is contained in:
@ -105,7 +105,7 @@ void ImproperHybrid::compute(int eflag, int vflag)
|
||||
// accumulate sub-style global/peratom energy/virial in hybrid
|
||||
|
||||
if (eflag || vflag) ev_setup(eflag,vflag);
|
||||
else evflag = 0;
|
||||
else evflag = eflag_global = vflag_global = eflag_atom = vflag_atom = 0;
|
||||
|
||||
for (m = 0; m < nstyles; m++) {
|
||||
neighbor->nimproperlist = nimproperlist[m];
|
||||
|
||||
Reference in New Issue
Block a user